Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/growler-thread/
Date: Mon, 22 Feb 2016 13:26:21
Message-Id: 1456140398.1d29f60a2620bf849544ec7b62510f6e81cdc60f.jlec@gentoo
1 commit: 1d29f60a2620bf849544ec7b62510f6e81cdc60f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:26:38 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:26:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d29f60a
7
8 dev-cpp/growler-thread: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-cpp/growler-thread/growler-thread-0.3.4.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
17 index cfb9f96..4ca2739 100644
18 --- a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
19 +++ b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 DESCRIPTION="Pthread wrapper library"
30 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
31 @@ -10,8 +10,8 @@ SRC_URI="${HOMEPAGE}/downloads/growler-thread-${PV}.tar.gz"
32
33 SLOT="0"
34 LICENSE="NOSA"
35 -IUSE="doc static"
36 KEYWORDS="~amd64 ~x86"
37 +IUSE="doc static-libs"
38
39 RDEPEND=">=dev-cpp/growler-link-0.3.7"
40 DEPEND="${RDEPEND}
41 @@ -22,6 +22,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog )
42 src_configure() {
43 econf \
44 $(use_enable doc) \
45 - $(use_enable static) \
46 + $(use_enable static-libs static) \
47 --enable-fast-install
48 }