diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-20 13:07:33 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 02:56:40 +0000 |
commit | 973e13144101bc288aa593ceb6e9b536397a2627 (patch) | |
tree | 86149922707d3ab1ade8696a6ea04b111dea4b79 /dev-util | |
parent | app-emulation/qemu: require CONFIG_IP_MULTICAST for test suite (diff) | |
download | gentoo-973e13144101bc288aa593ceb6e9b536397a2627.tar.gz gentoo-973e13144101bc288aa593ceb6e9b536397a2627.tar.bz2 gentoo-973e13144101bc288aa593ceb6e9b536397a2627.zip |
dev-util/babeltrace: add subslot to <2
For dep resolution only, no need to revbump as triggering rebuilds is
not desired.
Bug: https://bugs.gentoo.org/920371
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/babeltrace/babeltrace-1.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/babeltrace/babeltrace-1.5.8.ebuild b/dev-util/babeltrace/babeltrace-1.5.8.ebuild index 35e3b9f18b6a..aa58b116da22 100644 --- a/dev-util/babeltrace/babeltrace-1.5.8.ebuild +++ b/dev-util/babeltrace/babeltrace-1.5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://babeltrace.org/" SRC_URI="https://www.efficios.com/files/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="0/$(ver_cut 1)" KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |