diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-29 13:50:10 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-29 14:06:05 +0200 |
commit | f70fbc48c682c903894f9ca6e4a122ebf5288ff8 (patch) | |
tree | 95646ab319ebfcaef5c3c43dfb3198fb424e2acc /sci-libs | |
parent | profiles: correct mask for sci-libs/mmdb again (diff) | |
download | gentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.tar.gz gentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.tar.bz2 gentoo-f70fbc48c682c903894f9ca6e4a122ebf5288ff8.zip |
sci-libs/gpp4: Bump to EAPI=5 and fix slot of mmdb dep
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gpp4/gpp4-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild index c420238f2d56..584c56258add 100644 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild +++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 FORTRAN_NEEDED=fortran @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="fortran static-libs" -RDEPEND="sci-libs/mmdb" +RDEPEND="sci-libs/mmdb:0=" DEPEND="${RDEPEND}" src_configure() { |