Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
Date: Mon, 20 Mar 2023 06:42:53
Message-Id: 1679294053.56e1355f19aa087cbbe4213113ea2416ba6162b1.juippis@gentoo
1 commit: 56e1355f19aa087cbbe4213113ea2416ba6162b1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 06:34:13 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 06:34:13 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e1355f
7
8 dev-util/lttng-tools: add missing BDEP to 2.13.8
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-util/lttng-tools/lttng-tools-2.13.8.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild b/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
16 index da53b8a61108..5d7ae7e0e446 100644
17 --- a/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
18 +++ b/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -21,6 +21,7 @@ DEPEND="dev-libs/userspace-rcu:=
26 ust? ( >=dev-util/lttng-ust-2.13.0:= )
27 "
28 RDEPEND="${DEPEND}"
29 +BDEPEND="virtual/pkgconfig"
30
31 S="${WORKDIR}/${MY_P}"