diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:17:34 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:17:34 +0100 |
commit | 512fafa4c2ec67e67feed5c4c98afa7a1fee4e28 (patch) | |
tree | 7ea8af2322773150c911bf8e32bee5c91a365819 /dev-cpp | |
parent | x11-misc/envytools: Bump to EAPI=6 (diff) | |
download | sci-512fafa4c2ec67e67feed5c4c98afa7a1fee4e28.tar.gz sci-512fafa4c2ec67e67feed5c4c98afa7a1fee4e28.tar.bz2 sci-512fafa4c2ec67e67feed5c4c98afa7a1fee4e28.zip |
dev-cpp/growler-arch: Bump to EAPI=6
* Convert USE=static to static-libs
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-arch/growler-arch-0.3.7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild b/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild index 64d3d5786..a041de78c 100644 --- a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild +++ b/dev-cpp/growler-arch/growler-arch-0.3.7.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="Growler libraries and utilities" HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-arch-${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 @@ -26,6 +26,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog ) src_configure() { econf \ $(use_enable doc) \ - $(use_enable static) \ + $(use_enable static-libs static) \ --enable-fast-install } |