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-math/
Date: Mon, 22 Feb 2016 13:26:19
Message-Id: 1456140233.d8985651842249d81fa66ecab9897ad80d3371ad.jlec@gentoo
1 commit: d8985651842249d81fa66ecab9897ad80d3371ad
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:23:53 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:23:53 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d8985651
7
8 dev-cpp/growler-math: 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-math/growler-math-0.3.4.1.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 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
17 index cca11e7..55db809 100644
18 --- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
19 +++ b/dev-cpp/growler-math/growler-math-0.3.4.1.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="Math-related classes and functionality"
30 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
31 @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz"
32 SLOT="0"
33 LICENSE="NOSA"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="static"
36 +IUSE="static-libs"
37
38 RDEPEND=">=dev-cpp/growler-core-0.3.7"
39 DEPEND="${RDEPEND}"
40 @@ -20,6 +20,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog )
41
42 src_configure() {
43 econf \
44 - $(use_enable static) \
45 + $(use_enable static-libs static) \
46 --enable-fast-install
47 }