summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-07-17 08:37:29 +0000
committerJustin Lecher <jlec@gentoo.org>2013-07-17 08:37:29 +0000
commit9b032aaebbb0b6172582c3422e45d56b0ae334f3 (patch)
treeba73b772dc2cfb194c42955407969a656eba6104 /sci-chemistry/ball
parentsci-biology/allpathslg: Version Bump (diff)
downloadgentoo-2-9b032aaebbb0b6172582c3422e45d56b0ae334f3.tar.gz
gentoo-2-9b032aaebbb0b6172582c3422e45d56b0ae334f3.tar.bz2
gentoo-2-9b032aaebbb0b6172582c3422e45d56b0ae334f3.zip
sci-chemistry/ball: Add missing test to USE, #477016
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/ball')
-rw-r--r--sci-chemistry/ball/ChangeLog5
-rw-r--r--sci-chemistry/ball/ball-1.4.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/ball/ChangeLog b/sci-chemistry/ball/ChangeLog
index 90f98473afeb..0243adb9da5f 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.9 2013/06/19 03:56:19 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.10 2013/07/17 08:37:29 jlec Exp $
+
+ 17 Jul 2013; Justin Lecher <jlec@gentoo.org> ball-1.4.1-r1.ebuild:
+ Add missing test to USE, #477016
19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Changed herd to sci-chemistry
diff --git a/sci-chemistry/ball/ball-1.4.1-r1.ebuild b/sci-chemistry/ball/ball-1.4.1-r1.ebuild
index f4046f6fcc90..93d12f1bbc68 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.4 2013/05/29 16:17:06 jlec Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit cmake-utils python-single-r1
@@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2 GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="cuda mpi +python sql +threads +webkit"
+IUSE="cuda mpi +python sql test +threads +webkit"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"