diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:26:38 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:26:38 +0100 |
commit | 1d29f60a2620bf849544ec7b62510f6e81cdc60f (patch) | |
tree | 2354d093a2df8905b336edc04b99b36a723d5b1d /dev-cpp | |
parent | x11-libs/tr: Bump to EAPI=6 (diff) | |
download | sci-1d29f60a2620bf849544ec7b62510f6e81cdc60f.tar.gz sci-1d29f60a2620bf849544ec7b62510f6e81cdc60f.tar.bz2 sci-1d29f60a2620bf849544ec7b62510f6e81cdc60f.zip |
dev-cpp/growler-thread: 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-thread/growler-thread-0.3.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild index cfb9f9689..4ca273912 100644 --- a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild +++ b/dev-cpp/growler-thread/growler-thread-0.3.4.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="Pthread wrapper library" HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" @@ -10,8 +10,8 @@ SRC_URI="${HOMEPAGE}/downloads/growler-thread-${PV}.tar.gz" SLOT="0" LICENSE="NOSA" -IUSE="doc static" KEYWORDS="~amd64 ~x86" +IUSE="doc static-libs" RDEPEND=">=dev-cpp/growler-link-0.3.7" DEPEND="${RDEPEND} @@ -22,6 +22,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog ) src_configure() { econf \ $(use_enable doc) \ - $(use_enable static) \ + $(use_enable static-libs static) \ --enable-fast-install } |