From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E5A0513881E for ; Tue, 29 Sep 2015 12:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B841E07FE; Tue, 29 Sep 2015 12:07:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE350E07FE for ; Tue, 29 Sep 2015 12:07:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24E52340693 for ; Tue, 29 Sep 2015 12:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62107226 for ; Tue, 29 Sep 2015 12:07:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443528365.f70fbc48c682c903894f9ca6e4a122ebf5288ff8.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gpp4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gpp4/gpp4-1.3.1.ebuild X-VCS-Directories: sci-libs/gpp4/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f70fbc48c682c903894f9ca6e4a122ebf5288ff8 X-VCS-Branch: master Date: Tue, 29 Sep 2015 12:07:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b08b10e-82a9-476e-b74d-0e1b8cdd1729 X-Archives-Hash: 72bc83d21bba76b04eec9b046c481bda commit: f70fbc48c682c903894f9ca6e4a122ebf5288ff8 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 29 11:50:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 29 12:06:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70fbc48 sci-libs/gpp4: Bump to EAPI=5 and fix slot of mmdb dep Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> sci-libs/gpp4/gpp4-1.3.1.ebuild | 6 +++--- 1 file 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 c420238..584c562 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() {