aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinis Danne <rei4dan@gmail.com>2014-06-11 17:44:55 +0300
committerReinis Danne <rei4dan@gmail.com>2014-06-11 17:44:55 +0300
commita46f1ddebe4c111f40112ebb7531da4e3cacbd76 (patch)
treeb741895b04e6dbff7722de2ea5fbd1d3f1cbf622
parentUpdate live ebuild (diff)
downloadsci-a46f1ddebe4c111f40112ebb7531da4e3cacbd76.tar.gz
sci-a46f1ddebe4c111f40112ebb7531da4e3cacbd76.tar.bz2
sci-a46f1ddebe4c111f40112ebb7531da4e3cacbd76.zip
sci-chemistry/openbabel-python: Update PYTHON_COMPAT
-rw-r--r--sci-chemistry/openbabel-python/ChangeLog3
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog
index 701f15df1..7e4afb9f9 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 <rei4dan@gmail.com> openbabel-python-9999.ebuild:
+ Update PYTHON_COMPAT.
+
14 Feb 2014; Reinis Danne <rei4dan@gmail.com> 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 a9bf578cb..2ef4a5308 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