diff options
-rw-r--r-- | dev-python/pygtksourceview/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog index 499d87a66fb5..80ef3e551dd7 100644 --- a/dev-python/pygtksourceview/ChangeLog +++ b/dev-python/pygtksourceview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygtksourceview -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.47 2011/01/29 01:23:16 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.48 2012/02/22 11:30:29 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> pygtksourceview-2.10.1.ebuild: + Restricting pypy 29 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pygtksourceview-2.10.1.ebuild: diff --git a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild index 5adffb25511f..af52cddeb1ee 100644 --- a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild +++ b/dev-python/pygtksourceview/pygtksourceview-2.10.1.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/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.11 2011/01/29 01:23:16 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.12 2012/02/22 11:30:29 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython 2.7-pypy-*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit gnome2 python |