diff options
author | 2012-02-24 08:42:06 +0000 | |
---|---|---|
committer | 2012-02-24 08:42:06 +0000 | |
commit | 24f8c2a08fca021d6a81d2ff999756e7128a7dc6 (patch) | |
tree | 8f948a2930a69a1752d3b1731d4c4cd1c509394a /dev-python/python-geoclue | |
parent | Restricting pypy and jython (diff) | |
download | historical-24f8c2a08fca021d6a81d2ff999756e7128a7dc6.tar.gz historical-24f8c2a08fca021d6a81d2ff999756e7128a7dc6.tar.bz2 historical-24f8c2a08fca021d6a81d2ff999756e7128a7dc6.zip |
Restricting py 2.5
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 0db3d77f9ab1..a705cd939557 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.1 2012/02/15 16:18:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/ChangeLog,v 1.2 2012/02/24 08:42:06 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-geoclue-0.1.0.ebuild: + Restricting py 2.5 *python-geoclue-0.1.0 (15 Feb 2012) 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 4769713619b0..839282798e53 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.2 2012/02/16 04:21:04 mr_bones_ Exp $ +# $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 $ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.5" PYTHON_MODNAME="Geoclue" inherit distutils |