summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-03-20 08:34:13 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-03-20 08:34:13 +0200
commit56e1355f19aa087cbbe4213113ea2416ba6162b1 (patch)
treeb4d27d8865246d7c1cd68536f4ce8b0ef968c781
parentnet-mail/automx2: Stabilize 2022.1 ALLARCHES, #901917 (diff)
downloadgentoo-56e1355f19aa087cbbe4213113ea2416ba6162b1.tar.gz
gentoo-56e1355f19aa087cbbe4213113ea2416ba6162b1.tar.bz2
gentoo-56e1355f19aa087cbbe4213113ea2416ba6162b1.zip
dev-util/lttng-tools: add missing BDEP to 2.13.8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-util/lttng-tools/lttng-tools-2.13.8.ebuild3
1 files changed, 2 insertions, 1 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..5d7ae7e0e446 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
@@ -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}"