diff options
author | 2017-01-29 14:20:17 +0000 | |
---|---|---|
committer | 2017-01-29 14:20:17 +0000 | |
commit | ddb7187a1baabf21f2b398cd807e4353cf833d6d (patch) | |
tree | cbfc11965a06d448086de32450b94970d26e93fe /sci-chemistry | |
parent | sci-biology/metaseq: QA fixes (diff) | |
download | sci-ddb7187a1baabf21f2b398cd807e4353cf833d6d.tar.gz sci-ddb7187a1baabf21f2b398cd807e4353cf833d6d.tar.bz2 sci-ddb7187a1baabf21f2b398cd807e4353cf833d6d.zip |
sci-chemistry/ball: QA fixes
Bump to EAPI 6
add slot operator
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ball/ball-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/ball/ball-9999.ebuild b/sci-chemistry/ball/ball-9999.ebuild index c28754b4c..4ef983782 100644 --- a/sci-chemistry/ball/ball-9999.ebuild +++ b/sci-chemistry/ball/ball-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) @@ -28,7 +28,7 @@ RDEPEND=" dev-qt/qtopengl:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 - media-libs/glew + media-libs/glew:0= sci-libs/fftw:3.0[threads?] sci-libs/gsl sci-libs/libsvm |