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/ball
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/ball')
-rw-r--r--sci-chemistry/ball/ChangeLog5
-rw-r--r--sci-chemistry/ball/ball-1.4.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/ball/ChangeLog b/sci-chemistry/ball/ChangeLog
index cc9c9abfd217..af2208ce4d81 100644
--- a/sci-chemistry/ball/ChangeLog
+++ b/sci-chemistry/ball/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/ball
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.11 2013/07/17 08:37:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.12 2013/09/05 19:03:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> ball-1.4.1-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
17 Jul 2013; Justin Lecher <jlec@gentoo.org> -ball-1.4.1.ebuild:
Drop old
diff --git a/sci-chemistry/ball/ball-1.4.1-r1.ebuild b/sci-chemistry/ball/ball-1.4.1-r1.ebuild
index 93d12f1bbc68..c6eaa4f0bb2f 100644
--- a/sci-chemistry/ball/ball-1.4.1-r1.ebuild
+++ b/sci-chemistry/ball/ball-1.4.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/ball/ball-1.4.1-r1.ebuild,v 1.5 2013/07/17 08:37:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.6 2013/09/05 19:03:42 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit cmake-utils python-single-r1