dev-util/babeltrace: slot 2.0.5 too

This makes it easier to just fix everything right now, rather than risk
forgetting it later and also inflicting more missed upgrades/noise on people.

Bug: https://bugs.gentoo.org/951652
Bug: https://bugs.gentoo.org/920371
Bug: https://bugs.gentoo.org/954136
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-21 08:52:23 +01:00
parent 7588845bf3
commit e0a5f21916

View File

@@ -12,12 +12,14 @@ SRC_URI="https://www.efficios.com/files/${PN}/${PN}$(ver_cut 1)-${PV}.tar.bz2"
S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}"
LICENSE="GPL-2"
SLOT="0/$(ver_cut 1)"
SLOT="2/$(ver_cut 1)"
KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv x86"
IUSE="doc +elfutils +man plugins python"
REQUIRED_USE="plugins? ( python ) python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/glib-2.28:2
RDEPEND="
!dev-util/babeltrace:0/2
>=dev-libs/glib-2.28:2
elfutils? ( >=dev-libs/elfutils-0.154 )
python? ( ${PYTHON_DEPS} )
"