From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 007EA138334 for ; Mon, 3 Jun 2019 17:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050D8E07D8; Mon, 3 Jun 2019 17:21:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF08AE07D8 for ; Mon, 3 Jun 2019 17:21:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 722D4345646 for ; Mon, 3 Jun 2019 17:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B85B54D3 for ; Mon, 3 Jun 2019 17:21:22 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1559582462.d3e930d41e972005aaaa9c8be29bb69be0d0c40e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/gprbuild-2019.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: d3e930d41e972005aaaa9c8be29bb69be0d0c40e X-VCS-Branch: master Date: Mon, 3 Jun 2019 17:21: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 787bbe4c-a622-4fca-9333-f9bce097463d X-Archives-Hash: d39becdea920a2b9aee84b6161bc40f3 commit: d3e930d41e972005aaaa9c8be29bb69be0d0c40e Author: Tupone Alfredo gentoo org> AuthorDate: Mon Jun 3 17:21:02 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jun 3 17:21:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e930d4 dev-ada/gprbuild: EAPI 7 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/gprbuild/gprbuild-2019.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-ada/gprbuild/gprbuild-2019.ebuild b/dev-ada/gprbuild/gprbuild-2019.ebuild index 7afdf9a67bf..48221ce5813 100644 --- a/dev-ada/gprbuild/gprbuild-2019.ebuild +++ b/dev-ada/gprbuild/gprbuild-2019.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs multiprocessing @@ -18,17 +18,16 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnat_2016 gnat_2017 gnat_2018 +gnat_2019" +IUSE="gnat_2017 gnat_2018 +gnat_2019" -DEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) - gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) +DEPEND="gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) gnat_2018? ( dev-lang/gnat-gpl:7.3.1 ) gnat_2019? ( dev-lang/gnat-gpl:8.3.1 )" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MYP} -REQUIRED_USE="!gnat_2016 ^^ ( gnat_2017 gnat_2018 gnat_2019 )" +REQUIRED_USE="^^ ( gnat_2017 gnat_2018 gnat_2019 )" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() {