diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-26 15:50:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-26 15:50:25 +0000 |
commit | 2786eeeb9906f55b43c50e31020f31e0a702e237 (patch) | |
tree | c62b29e491bfb8b0c6277e57180d54fbc1709f05 /dev-python/twisted | |
parent | Version bump. Thanks to Christian Franke <nobody-gentoo@nowhere.ws>. Bug 308449 (diff) | |
download | gentoo-2-2786eeeb9906f55b43c50e31020f31e0a702e237.tar.gz gentoo-2-2786eeeb9906f55b43c50e31020f31e0a702e237.tar.bz2 gentoo-2-2786eeeb9906f55b43c50e31020f31e0a702e237.zip |
x86 stable wrt bug #366131
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-11.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index ac19a039a9bc..61c781802dcb 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.143 2011/05/09 09:49:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.144 2011/05/26 15:50:25 phajdan.jr Exp $ + + 26 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> twisted-11.0.0.ebuild: + x86 stable wrt bug #366131 09 May 2011; Markos Chandras <hwoarang@gentoo.org> twisted-11.0.0.ebuild: Stable on amd64 wrt bug #366131 diff --git a/dev-python/twisted/twisted-11.0.0.ebuild b/dev-python/twisted/twisted-11.0.0.ebuild index 20f9608a02ee..9639ac012423 100644 --- a/dev-python/twisted/twisted-11.0.0.ebuild +++ b/dev-python/twisted/twisted-11.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.0.0.ebuild,v 1.2 2011/05/09 09:49:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.0.0.ebuild,v 1.3 2011/05/26 15:50:25 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.twistedmatrix.com/ http://pypi.python.org/pypi/Twisted" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~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 ~arm ~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" IUSE="crypt gtk serial" DEPEND=">=net-zope/zope-interface-3.0.1 |