diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:30:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:30:30 +0000 |
commit | d4cdc6e675e7bf08bc9c45e745d66e33bf3193d2 (patch) | |
tree | 90386ae76af88256217a81df41b0e348d78f476a /sci-chemistry | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-d4cdc6e675e7bf08bc9c45e745d66e33bf3193d2.tar.gz gentoo-2-d4cdc6e675e7bf08bc9c45e745d66e33bf3193d2.tar.bz2 gentoo-2-d4cdc6e675e7bf08bc9c45e745d66e33bf3193d2.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel-python/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index da7026909582..4bc6752777c2 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.15 2013/09/05 19:03:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.16 2013/10/13 08:30:30 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> openbabel-python-2.3.2.ebuild: + Also compatible with python3_3 05 Sep 2013; Michał Górny <mgorny@gentoo.org> openbabel-python-2.3.2.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild index 157243e531e8..87b1048d01cd 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.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/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.7 2013/09/05 19:03:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.8 2013/10/13 08:30:30 pacho Exp $ EAPI=5 -PYTHON_COMPAT=(python2_6 python2_7 python3_2) +PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3}) inherit cmake-utils eutils multilib python-r1 |