summaryrefslogtreecommitdiff
path: root/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-20 12:37:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-20 12:37:08 +0000
commitbf091a83ac5cdd060495df0aef0aeab9066672a1 (patch)
tree124ebfd5876a887d83a1bfefc5b4f02bafa41983 /dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
parent4c60e3b3235bcc7f291760881f8b40660a518471 (diff)
gentoo auto-resync : 20:03:2023 - 12:37:08
Diffstat (limited to 'dev-util/lttng-tools/lttng-tools-2.13.8.ebuild')
-rw-r--r--dev-util/lttng-tools/lttng-tools-2.13.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild b/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
index da53b8a61108..858c34bbaa90 100644
--- a/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
+++ b/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0/${MY_SLOT}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+ust"
DEPEND="dev-libs/userspace-rcu:=
@@ -21,6 +21,7 @@ DEPEND="dev-libs/userspace-rcu:=
ust? ( >=dev-util/lttng-ust-2.13.0:= )
"
RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"