diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:30 +0000 |
commit | 053b256a1050f4b62854e84bc2724f87043e7be2 (patch) | |
tree | 314da2050b19ea09147c9fed11a2f0789904e5ec /sci-chemistry/pdb-tools | |
parent | New package: app-arch/lz4 (diff) | |
download | gentoo-2-053b256a1050f4b62854e84bc2724f87043e7be2.tar.gz gentoo-2-053b256a1050f4b62854e84bc2724f87043e7be2.tar.bz2 gentoo-2-053b256a1050f4b62854e84bc2724f87043e7be2.zip |
Enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sci-chemistry/pdb-tools')
-rw-r--r-- | sci-chemistry/pdb-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/pdb-tools/ChangeLog b/sci-chemistry/pdb-tools/ChangeLog index b529645d3551..7f2f594a38b2 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.14 2013/06/04 12:45:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.15 2013/08/07 09:52:30 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pdb-tools-0.2.1-r1.ebuild: + Enable pypy2.0. 04 Jun 2013; Justin Lecher <jlec@gentoo.org> pdb-tools-0.1.4-r4.ebuild: Fix for correct usage of new python eclasses 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 577229c85bd5..53847c9cd4df 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 # 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.2 2013/05/29 16:20:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.3 2013/08/07 09:52:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy{1_8,1_9,2_0} ) inherit fortran-2 python-single-r1 toolchain-funcs |