diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild similarity index 94% rename from dev-util/babeltrace/babeltrace-2.0.5.ebuild rename to dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild index cabce9d7392c2..3faafbb105e9d 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5-r1.ebuild @@ -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} ) "