diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:57:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:57:50 +0000 |
commit | 0a6714c232e417e46c1549cb98ce064410a61011 (patch) | |
tree | 09868bf298f182e25abcd045718ef1ea2faa1198 /dev-python/python-geoclue | |
parent | Restricting pypy and jython (diff) | |
download | historical-0a6714c232e417e46c1549cb98ce064410a61011.tar.gz historical-0a6714c232e417e46c1549cb98ce064410a61011.tar.bz2 historical-0a6714c232e417e46c1549cb98ce064410a61011.zip |
Restricting pypy and jython
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-geoclue')
-rw-r--r-- | dev-python/python-geoclue/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-geoclue/python-geoclue-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-geoclue/ChangeLog b/dev-python/python-geoclue/ChangeLog index a705cd939557..c70bcecfcc91 100644 --- a/dev-python/python-geoclue/ChangeLog +++ b/dev-python/python-geoclue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-geoclue # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.2 2012/02/24 08:42:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.3 2012/02/24 08:55:42 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild: + Restricting pypy and jython 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild: Restricting py 2.5 diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild index 839282798e53..0fb272d7aa00 100644 --- a/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild +++ b/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.3 2012/02/24 08:42:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0.ebuild,v 1.4 2012/02/24 08:55:42 patrick Exp $ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.5" +RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-* *-jython" PYTHON_MODNAME="Geoclue" inherit distutils |