Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gpp4/
Date: Tue, 29 Sep 2015 12:07:26
Message-Id: 1443528365.f70fbc48c682c903894f9ca6e4a122ebf5288ff8.jlec@gentoo
1 commit: f70fbc48c682c903894f9ca6e4a122ebf5288ff8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 11:50:10 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 12:06:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70fbc48
7
8 sci-libs/gpp4: Bump to EAPI=5 and fix slot of mmdb dep
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/gpp4/gpp4-1.3.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild
17 index c420238..584c562 100644
18 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild
19 +++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=4
27 +EAPI=5
28
29 FORTRAN_NEEDED=fortran
30
31 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
32 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 IUSE="fortran static-libs"
34
35 -RDEPEND="sci-libs/mmdb"
36 +RDEPEND="sci-libs/mmdb:0="
37 DEPEND="${RDEPEND}"
38
39 src_configure() {