diff options
author | 2012-02-24 08:14:23 +0000 | |
---|---|---|
committer | 2012-02-24 08:14:23 +0000 | |
commit | 99e96bd2b3c45d12ee36e48b0f78b1c79923bc2c (patch) | |
tree | d2edf9a27942d35b328d67c1e6b8cb3e210d4865 /dev-python/pywebkitgtk | |
parent | Restricting pypy (diff) | |
download | historical-99e96bd2b3c45d12ee36e48b0f78b1c79923bc2c.tar.gz historical-99e96bd2b3c45d12ee36e48b0f78b1c79923bc2c.tar.bz2 historical-99e96bd2b3c45d12ee36e48b0f78b1c79923bc2c.zip |
Restricting pypy and jython
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pywebkitgtk')
-rw-r--r-- | dev-python/pywebkitgtk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pywebkitgtk/ChangeLog b/dev-python/pywebkitgtk/ChangeLog index dbcc6bdf05ca..09273b15d61f 100644 --- a/dev-python/pywebkitgtk/ChangeLog +++ b/dev-python/pywebkitgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pywebkitgtk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.25 2011/03/21 23:03:17 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.26 2012/02/24 08:14:23 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> pywebkitgtk-1.1.8.ebuild: + Restricting pypy and jython 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> pywebkitgtk-1.1.8.ebuild: diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild index bb0bf5c87032..3a7247e00fe3 100644 --- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild +++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild @@ -1,12 +1,12 @@ -# 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/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.6 2011/03/21 23:03:17 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.7 2012/02/24 08:14:23 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* 2.7-pypy-* *-jython" inherit python |