mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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} )
|
||||
"
|
||||
Reference in New Issue
Block a user