commit: 56e1355f19aa087cbbe4213113ea2416ba6162b1
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 06:34:13 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 06:34:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e1355f
dev-util/lttng-tools: add missing BDEP to 2.13.8
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/lttng-tools/lttng-tools-2.13.8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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}"