diff options
author | 2016-02-22 12:19:36 +0100 | |
---|---|---|
committer | 2016-02-22 12:19:36 +0100 | |
commit | 22b368b3af5eed1cb89a7b9737db2f3f88cd6215 (patch) | |
tree | 863548a31fae014903af33c359698135748d7ecd | |
parent | x11-libs/xview: Bump to EAPI=6 (diff) | |
download | sci-22b368b3af5eed1cb89a7b9737db2f3f88cd6215.tar.gz sci-22b368b3af5eed1cb89a7b9737db2f3f88cd6215.tar.bz2 sci-22b368b3af5eed1cb89a7b9737db2f3f88cd6215.zip |
dev-cpp/growler-core: Bump to EAPI=6
* Convert USE=static to static-libs
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-cpp/growler-core/growler-core-0.3.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/growler-core/growler-core-0.3.7.ebuild b/dev-cpp/growler-core/growler-core-0.3.7.ebuild index 935ba3083..4fd9f8922 100644 --- a/dev-cpp/growler-core/growler-core-0.3.7.ebuild +++ b/dev-cpp/growler-core/growler-core-0.3.7.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="General-purpose classes and functionality" HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-core-${PV}.tar.gz" SLOT="0" LICENSE="NOSA" KEYWORDS="~amd64 ~x86" -IUSE="doc static" +IUSE="doc static-libs" RDEPEND=" >=dev-cpp/growler-link-0.3.7 @@ -25,6 +25,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog ) src_configure() { econf \ $(use_enable doc) \ - $(use_enable static) \ + $(use_enable static-libs static) \ --enable-fast-install } |