diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:23:53 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:23:53 +0100 |
commit | d8985651842249d81fa66ecab9897ad80d3371ad (patch) | |
tree | ff281eb959ea42048e0073e781dbb65e31105b9e /dev-cpp | |
parent | dev-cpp/growler-link: Bump to EAPI=6 (diff) | |
download | sci-d8985651842249d81fa66ecab9897ad80d3371ad.tar.gz sci-d8985651842249d81fa66ecab9897ad80d3371ad.tar.bz2 sci-d8985651842249d81fa66ecab9897ad80d3371ad.zip |
dev-cpp/growler-math: Bump to EAPI=6
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild index cca11e75c..55db809a2 100644 --- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild +++ b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Math-related classes and functionality" HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz" SLOT="0" LICENSE="NOSA" KEYWORDS="~amd64 ~x86" -IUSE="static" +IUSE="static-libs" RDEPEND=">=dev-cpp/growler-core-0.3.7" DEPEND="${RDEPEND}" @@ -20,6 +20,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog ) src_configure() { econf \ - $(use_enable static) \ + $(use_enable static-libs static) \ --enable-fast-install } |