commit:     2a6ec93b7779758c8960c1984061b9b2c36a2617
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 15:16:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 15:16:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6ec93b

dev-util/babeltrace: fix variable order

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/babeltrace/babeltrace-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild 
b/dev-util/babeltrace/babeltrace-2.0.5.ebuild
index 8daefb5003b9..ceb1a33dc490 100644
--- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild
+++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild
@@ -9,13 +9,13 @@ inherit python-single-r1
 DESCRIPTION="A command-line tool and library to read and convert trace files"
 HOMEPAGE="https://babeltrace.org/";
 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)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc +elfutils +man plugins python"
 REQUIRED_USE="plugins? ( python ) python? ( ${PYTHON_REQUIRED_USE} )"
-S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}"
 
 RDEPEND=">=dev-libs/glib-2.28:2
        elfutils? ( >=dev-libs/elfutils-0.154 )

Reply via email to