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 8E8B9138334 for ; Mon, 25 Jun 2018 07:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0C3E0975; Mon, 25 Jun 2018 07:39:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DFF94E0975 for ; Mon, 25 Jun 2018 07:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33B69335CB3 for ; Mon, 25 Jun 2018 07:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 573A634A for ; Mon, 25 Jun 2018 07:39:38 +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: <1529912360.752e2933bf0c6f205989b428edd26194bbf67e4b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 752e2933bf0c6f205989b428edd26194bbf67e4b X-VCS-Branch: master Date: Mon, 25 Jun 2018 07:39:38 +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: 89d247a7-d9d2-423b-88a9-adde62292b32 X-Archives-Hash: 341325c000dae5b2b8bf7db2743ef7a6 commit: 752e2933bf0c6f205989b428edd26194bbf67e4b Author: Tupone Alfredo gentoo org> AuthorDate: Mon Jun 25 06:22:36 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jun 25 07:39:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752e2933 dev-ada/gnatcoll-core: Adapt to change in gnat-gpl-2018 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild index 38313cd8d13..df82b7c3f89 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs static-pic" -RDEPEND="dev-lang/gnat-gpl:7.3.0 +RDEPEND="dev-lang/gnat-gpl:7.3.1 dev-ada/libgpr[gnat_2018,shared?,static-libs?,static-pic?] dev-ada/xmlada[gnat_2018,shared?,static-libs?,static-pic?]" DEPEND="${RDEPEND} @@ -30,7 +30,7 @@ S="${WORKDIR}"/${MYP}-src PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() { - GCC_PV=7.3.0 + GCC_PV=7.3.1 default sed -i \ -e "s:@GNATLS@:${CHOST}-gnatls-${GCC_PV}:g" \