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 59141158089 for ; Sun, 3 Sep 2023 09:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A06072BC015; Sun, 3 Sep 2023 09:03:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B3282BC015 for ; Sun, 3 Sep 2023 09:03:01 +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 ABBE0335CED for ; Sun, 3 Sep 2023 09:03:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50129F0C for ; Sun, 3 Sep 2023 09:02:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693731765.d8dbc04ff592f2c5e946704819d915970f3211a8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild net-libs/libquotient/libquotient-0.8.1.1.ebuild X-VCS-Directories: net-libs/libquotient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8dbc04ff592f2c5e946704819d915970f3211a8 X-VCS-Branch: master Date: Sun, 3 Sep 2023 09:02:59 +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: ab18cfd0-f252-4d6b-a8c5-c7339b1e52cd X-Archives-Hash: 739c8cb28b8c0b4c4b5dc791c59574ff commit: d8dbc04ff592f2c5e946704819d915970f3211a8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 3 08:59:03 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 3 09:02:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dbc04f net-libs/libquotient: Pin subslot to $PV Closes: https://bugs.gentoo.org/913545 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{libquotient-0.8.1.1.ebuild => libquotient-0.8.1.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libquotient/libquotient-0.8.1.1.ebuild b/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild similarity index 95% rename from net-libs/libquotient/libquotient-0.8.1.1.ebuild rename to net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild index 028bf333bf11..87990af2cb4d 100644 --- a/net-libs/libquotient/libquotient-0.8.1.1.ebuild +++ b/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P} S="${WORKDIR}/libQuotient-${PV}" LICENSE="LGPL-2+" -SLOT="0/$(ver_cut 1-2)" +SLOT="0/${PV}" # FIXME: check soname on next version bump KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"