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 C386F158086 for ; Wed, 17 Nov 2021 07:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE496E0827; Wed, 17 Nov 2021 07:31:53 +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 BD2FDE0827 for ; Wed, 17 Nov 2021 07:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C485A342C10 for ; Wed, 17 Nov 2021 07:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B8F5143 for ; Wed, 17 Nov 2021 07:31:51 +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: <1637134299.a7e467c150d4f606c3fb3f1c678bf2488f13df7f.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-22.0.0.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a7e467c150d4f606c3fb3f1c678bf2488f13df7f X-VCS-Branch: master Date: Wed, 17 Nov 2021 07:31:51 +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: a2619a48-5a92-46a5-b1be-d11a22f42991 X-Archives-Hash: fb8f2f0cd8ba57ae471a44059de5c157 commit: a7e467c150d4f606c3fb3f1c678bf2488f13df7f Author: Alfredo Tupone gentoo org> AuthorDate: Wed Nov 17 07:31:39 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Nov 17 07:31:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e467c1 dev-ada/gnatcoll-core: add subslot Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll-core/gnatcoll-core-22.0.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-22.0.0.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-22.0.0.ebuild index 465dedd7a36f..58f464be487e 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-22.0.0.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-22.0.0.ebuild @@ -11,15 +11,16 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+shared static-libs static-pic" RDEPEND=" || ( - >=dev-ada/libgpr-2021[${ADA_USEDEP},shared?,static-libs?,static-pic?] - ~dev-ada/libgpr-22.0.0[${ADA_USEDEP},shared?,static-libs?,static-pic?] + >=dev-ada/libgpr-2021 + ~dev-ada/libgpr-22.0.0 ) + dev-ada/libgpr:=[${ADA_USEDEP},shared?,static-libs?,static-pic?] " DEPEND="${RDEPEND} dev-ada/gprbuild[${ADA_USEDEP}]"