Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/
Date: Mon, 28 Feb 2022 10:46:54
Message-Id: 1646045192.30cd5baa24ade8a6582f99447c369a4c32273abc.tupone@gentoo
1 commit: 30cd5baa24ade8a6582f99447c369a4c32273abc
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 10:46:32 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 10:46:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cd5baa
7
8 dev-lang/gnat-gpl: fix RDEP
9
10 Closes: https://bugs.gentoo.org/833779
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-lang/gnat-gpl/{gnat-gpl-2021-r2.ebuild => gnat-gpl-2021-r3.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild
18 similarity index 98%
19 rename from dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild
20 rename to dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild
21 index 1ac2e777e3ed..3122d8366ba2 100644
22 --- a/dev-lang/gnat-gpl/gnat-gpl-2021-r2.ebuild
23 +++ b/dev-lang/gnat-gpl/gnat-gpl-2021-r3.ebuild
24 @@ -45,7 +45,7 @@ KEYWORDS="~amd64 ~x86"
25 IUSE="+ada +bootstrap"
26 RESTRICT="test"
27
28 -RDEPEND="!~sys-devel/gcc-${GCCMAJOR}"
29 +RDEPEND="!=sys-devel/gcc-${TOOLCHAIN_GCC_PV}*"
30 BDEPEND=sys-devel/binutils
31
32 S="${WORKDIR}"/${MYP}