diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:40:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:40:50 +0000 |
commit | 824656cfed7ecfc73c1982a6ef0d4368961b80cf (patch) | |
tree | afe0ee0cfa2b86f43383a1a8e0e82681b6dcefd1 /dev-python/libextractor-python | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-824656cfed7ecfc73c1982a6ef0d4368961b80cf.tar.gz gentoo-2-824656cfed7ecfc73c1982a6ef0d4368961b80cf.tar.bz2 gentoo-2-824656cfed7ecfc73c1982a6ef0d4368961b80cf.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/libextractor-python')
-rw-r--r-- | dev-python/libextractor-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/libextractor-python/ChangeLog b/dev-python/libextractor-python/ChangeLog index 33acc30453da..8184d9522622 100644 --- a/dev-python/libextractor-python/ChangeLog +++ b/dev-python/libextractor-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/libextractor-python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libextractor-python/ChangeLog,v 1.2 2013/07/08 08:32:54 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libextractor-python/ChangeLog,v 1.3 2014/03/31 20:40:50 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> + libextractor-python-0.6-r1.ebuild: + Add support for the new PyPy slotting. *libextractor-python-0.6-r1 (08 Jul 2013) diff --git a/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild b/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild index b09216f4a097..acc095de17fa 100644 --- a/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild +++ b/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild,v 1.1 2013/07/08 08:32:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libextractor-python/libextractor-python-0.6-r1.ebuild,v 1.2 2014/03/31 20:40:50 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 |