From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A41B1581EC for ; Tue, 19 Nov 2024 15:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9AAFE07EE; Tue, 19 Nov 2024 15:20:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5266E07EE for ; Tue, 19 Nov 2024 15:20:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA1CF341256 for ; Tue, 19 Nov 2024 15:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759DA16D2 for ; Tue, 19 Nov 2024 15:20:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732029412.2a6ec93b7779758c8960c1984061b9b2c36a2617.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/babeltrace-2.0.5.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a6ec93b7779758c8960c1984061b9b2c36a2617 X-VCS-Branch: master Date: Tue, 19 Nov 2024 15:20:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a39089b0-6884-4f0a-a19f-93be31d9c69a X-Archives-Hash: c4ecee9124a402719b03fe325ec28d1f commit: 2a6ec93b7779758c8960c1984061b9b2c36a2617 Author: Sam James gentoo org> AuthorDate: Tue Nov 19 15:16:52 2024 +0000 Commit: Sam James gentoo 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 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 )