jer 14/05/20 08:51:02 Modified: ChangeLog twisted-core-14.0.0.ebuild Log: Revert. Drop RESTRICT=test. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.23 dev-python/twisted-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 20 May 2014 08:45:03 -0000 1.22 +++ ChangeLog 20 May 2014 08:51:01 -0000 1.23 @@ -1,9 +1,6 @@ # 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.22 2014/05/20 08:45:03 jer Exp $ - - 20 May 2014; Jeroen Roovers <[email protected]> twisted-core-14.0.0.ebuild: - Marked ~hppa (bug #510832). +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.23 2014/05/20 08:51:01 jer Exp $ 20 May 2014; Jeroen Roovers <[email protected]> twisted-core-14.0.0.ebuild: Add dep, drop keywords. 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.4&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.3&r2=1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- twisted-core-14.0.0.ebuild 20 May 2014 08:45:03 -0000 1.3 +++ twisted-core-14.0.0.ebuild 20 May 2014 08:51:01 -0000 1.4 @@ -1,18 +1,15 @@ # 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.3 2014/05/20 08:45:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 1.4 2014/05/20 08:51:01 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -# bug 510830 -RESTRICT="test" - inherit eutils flag-o-matic twisted-r1 DESCRIPTION="An asynchronous networking framework written in Python" -KEYWORDS="~alpha ~amd64 ~hppa ~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" +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}]
