jer 14/05/20 08:30:57 Modified: ChangeLog twisted-core-14.0.0.ebuild Log: Add dep, drop keywords. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.21 dev-python/twisted-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 20 May 2014 06:56:34 -0000 1.20 +++ ChangeLog 20 May 2014 08:30:57 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.20 2014/05/20 06:56:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.21 2014/05/20 08:30:57 jer Exp $ + + 20 May 2014; Jeroen Roovers <[email protected]> twisted-core-14.0.0.ebuild: + Add dep, drop keywords. *twisted-core-14.0.0 (20 May 2014) 1.2 dev-python/twisted-core/twisted-core-14.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?r1=1.1&r2=1.2 Index: twisted-core-14.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-core-14.0.0.ebuild 20 May 2014 06:56:34 -0000 1.1 +++ twisted-core-14.0.0.ebuild 20 May 2014 08:30:57 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 1.1 2014/05/20 06:56:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 1.2 2014/05/20 08:30:57 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -12,15 +12,14 @@ DESCRIPTION="An asynchronous networking framework written in Python" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt gtk serial test" DEPEND=">=net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) - serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )" -# Wait for keywording on ~arm/~hppa/~amd64-fbsd: -# test? ( dev-python/twisted-lore[${PYTHON_USEDEP}] )" + serial? ( dev-python/pyserial[${PYTHON_USEDEP}] ) + test? ( dev-python/twisted-lore[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" PATCHES=(
