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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B22C15808B for ; Mon, 28 Feb 2022 10:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FDFCE086C; Mon, 28 Feb 2022 10:46:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F468E086C for ; Mon, 28 Feb 2022 10:46:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B7F034333D for ; Mon, 28 Feb 2022 10:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B4426D for ; Mon, 28 Feb 2022 10:46:50 +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: <1646045192.30cd5baa24ade8a6582f99447c369a4c32273abc.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 30cd5baa24ade8a6582f99447c369a4c32273abc X-VCS-Branch: master Date: Mon, 28 Feb 2022 10:46:50 +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: b7aca803-0c7b-4bbb-9c65-0d8ad06dd0a8 X-Archives-Hash: 128f603a7544f84635afa3462f1bf9eb commit: 30cd5baa24ade8a6582f99447c369a4c32273abc Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 28 10:46:32 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 28 10:46:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cd5baa dev-lang/gnat-gpl: fix RDEP Closes: https://bugs.gentoo.org/833779 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/{gnat-gpl-2021-r2.ebuild => gnat-gpl-2021-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild similarity index 98% rename from dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild rename to dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild index 1ac2e777e3ed..3122d8366ba2 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild @@ -45,7 +45,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+ada +bootstrap" RESTRICT="test" -RDEPEND="!~sys-devel/gcc-${GCCMAJOR}" +RDEPEND="!=sys-devel/gcc-${TOOLCHAIN_GCC_PV}*" BDEPEND=sys-devel/binutils S="${WORKDIR}"/${MYP}