commit: a46f1ddebe4c111f40112ebb7531da4e3cacbd76 Author: Reinis Danne <rei4dan <AT> gmail <DOT> com> AuthorDate: Wed Jun 11 14:44:55 2014 +0000 Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com> CommitDate: Wed Jun 11 14:44:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a46f1dde
sci-chemistry/openbabel-python: Update PYTHON_COMPAT --- sci-chemistry/openbabel-python/ChangeLog | 3 +++ sci-chemistry/openbabel-python/openbabel-python-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 701f15d..7e4afb9 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Jun 2014; Reinis Danne <[email protected]> openbabel-python-9999.ebuild: + Update PYTHON_COMPAT. + 14 Feb 2014; Reinis Danne <[email protected]> openbabel-python-9999.ebuild: Fix move to git-r3. diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild index a9bf578..2ef4a53 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit cmake-utils eutils git-r3 multilib python-r1
