diff options
-rw-r--r-- | dev-python/twisted-news/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-10.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/twisted-news/twisted-news-11.0.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog index fb42a82d50a6..a0578a3c97fa 100644 --- a/dev-python/twisted-news/ChangeLog +++ b/dev-python/twisted-news/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-news # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.56 2012/09/27 18:17:04 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.57 2012/10/05 14:45:58 marienz Exp $ + + 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-news-10.2.0.ebuild, + twisted-news-11.0.0.ebuild: + Restrict pypy in twisted < 11.1.0 (bug #420653). *twisted-news-12.2.0 (27 Sep 2012) diff --git a/dev-python/twisted-news/twisted-news-10.2.0.ebuild b/dev-python/twisted-news/twisted-news-10.2.0.ebuild index b90e15d67b37..6576eb5ec10c 100644 --- a/dev-python/twisted-news/twisted-news-10.2.0.ebuild +++ b/dev-python/twisted-news/twisted-news-10.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.6 2011/01/21 08:32:19 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="News" inherit twisted versionator diff --git a/dev-python/twisted-news/twisted-news-11.0.0.ebuild b/dev-python/twisted-news/twisted-news-11.0.0.ebuild index fe5d1d2115c7..7db863d2eeda 100644 --- a/dev-python/twisted-news/twisted-news-11.0.0.ebuild +++ b/dev-python/twisted-news/twisted-news-11.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.6 2011/07/17 11:03:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="News" inherit twisted versionator |