diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:17:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:17:11 +0000 |
commit | 84a269b49ba40701a079cd64b118456ff3bbcb04 (patch) | |
tree | fefd1cbbf60514b3fca149fd04729f6aae5b451e /sci-chemistry | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-84a269b49ba40701a079cd64b118456ff3bbcb04.tar.gz gentoo-2-84a269b49ba40701a079cd64b118456ff3bbcb04.tar.bz2 gentoo-2-84a269b49ba40701a079cd64b118456ff3bbcb04.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 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pdb-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/pdb-tools/ChangeLog b/sci-chemistry/pdb-tools/ChangeLog index 0fee5c1986a4..81585983b62e 100644 --- a/sci-chemistry/pdb-tools/ChangeLog +++ b/sci-chemistry/pdb-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pdb-tools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.18 2013/09/05 19:03:42 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.19 2014/03/31 21:17:11 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pdb-tools-0.2.1-r1.ebuild: + Add support for the new PyPy slotting. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pdb-tools-0.2.1-r1.ebuild, pdb-tools-0.2.1-r2.ebuild: diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild index 58dd08bc3d46..606c9e3a7f95 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-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/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.5 2013/09/05 19:03:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.6 2014/03/31 21:17:11 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit fortran-2 python-single-r1 toolchain-funcs |