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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D802C158020 for ; Fri, 2 Dec 2022 08:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31B5CE0CA2; Fri, 2 Dec 2022 08:07:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1590AE0CA2 for ; Fri, 2 Dec 2022 08:07:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2274D34115C for ; Fri, 2 Dec 2022 08:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63C3766 for ; Fri, 2 Dec 2022 08:07:17 +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: <1669968426.6f73e4f973f352b2af9793949d48aa075871a3c1.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-22.0.0-r3.ebuild dev-ada/gprbuild/gprbuild-22.0.0-r4.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6f73e4f973f352b2af9793949d48aa075871a3c1 X-VCS-Branch: master Date: Fri, 2 Dec 2022 08:07:17 +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: a0c6ce2a-eedb-4f1d-bedb-318393973cdd X-Archives-Hash: f0b4277dc0021bb56c61c239839366d1 commit: 6f73e4f973f352b2af9793949d48aa075871a3c1 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Dec 2 08:06:17 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Dec 2 08:07:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f73e4f9 dev-ada/gprbuild: use only gprconfig_kb 22.0.0 Signed-off-by: Alfredo Tupone gentoo.org> .../gprbuild/{gprbuild-22.0.0-r3.ebuild => gprbuild-22.0.0-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gprbuild/gprbuild-22.0.0-r3.ebuild b/dev-ada/gprbuild/gprbuild-22.0.0-r4.ebuild similarity index 97% rename from dev-ada/gprbuild/gprbuild-22.0.0-r3.ebuild rename to dev-ada/gprbuild/gprbuild-22.0.0-r4.ebuild index 9c520cc6d4a1..2cb87211498b 100644 --- a/dev-ada/gprbuild/gprbuild-22.0.0-r3.ebuild +++ b/dev-ada/gprbuild/gprbuild-22.0.0-r4.ebuild @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="${ADA_DEPS} - dev-ada/gprconfig_kb[${ADA_USEDEP}]" + ~dev-ada/gprconfig_kb-${PV}[${ADA_USEDEP}]" RDEPEND="${DEPEND}" REQUIRED_USE="${ADA_REQUIRED_USE}"