summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-03 10:59:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-03 11:02:45 +0200
commitd8dbc04ff592f2c5e946704819d915970f3211a8 (patch)
tree5331398be2efcdc1bffe1a1c5faa6a0d78436360 /net-libs
parentapp-emulation/coldfire: fix implicit function declarations in config.log (diff)
downloadgentoo-d8dbc04ff592f2c5e946704819d915970f3211a8.tar.gz
gentoo-d8dbc04ff592f2c5e946704819d915970f3211a8.tar.bz2
gentoo-d8dbc04ff592f2c5e946704819d915970f3211a8.zip
net-libs/libquotient: Pin subslot to $PV
Closes: https://bugs.gentoo.org/913545 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild (renamed from net-libs/libquotient/libquotient-0.8.1.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libquotient/libquotient-0.8.1.1.ebuild b/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 )"