summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:03:42 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:03:42 +0000
commitab1827317babec763eeab2aad54933ac370af9d4 (patch)
treee4b7e0cab95f0b20a8fb9e4c67cd6ea8ba16e73c /sci-chemistry/openbabel-python
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-ab1827317babec763eeab2aad54933ac370af9d4.tar.gz
gentoo-2-ab1827317babec763eeab2aad54933ac370af9d4.tar.bz2
gentoo-2-ab1827317babec763eeab2aad54933ac370af9d4.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-chemistry/openbabel-python')
-rw-r--r--sci-chemistry/openbabel-python/ChangeLog5
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog
index 9a06dd95b8b6..da7026909582 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.14 2013/07/02 14:08:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.15 2013/09/05 19:03:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> openbabel-python-2.3.2.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
02 Jul 2013; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.2.ebuild:
Exchange base_src_prepare() by cmake-utils_src_prepare(), #475520
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 05ad455042c1..157243e531e8 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.6 2013/07/02 14:08:53 jlec Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2)
+PYTHON_COMPAT=(python2_6 python2_7 python3_2)
inherit cmake-utils eutils multilib python-r1