Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/
Date: Sat, 30 Jul 2022 04:41:55
Message-Id: 1659156091.263410e74a7d07b6d3be4673728d85a2a68bf70e.sam@gentoo
1 commit: 263410e74a7d07b6d3be4673728d85a2a68bf70e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 04:22:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 04:41:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263410e7
7
8 sys-devel/autogen: add which BDEPEND
9
10 I don't want to actually do this but I need it installed
11 for now for something else and leaving it broken isn't
12 good either.
13
14 We have a bump pending so we should look into it properly then.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 sys-devel/autogen/autogen-5.18.16-r1.ebuild | 2 ++
19 1 file changed, 2 insertions(+)
20
21 diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
22 index e6ca874bac9c..147472e14b0a 100644
23 --- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild
24 +++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
25 @@ -18,6 +18,8 @@ IUSE="libopts static-libs"
26 RDEPEND=">=dev-scheme/guile-2.0:=
27 dev-libs/libxml2"
28 DEPEND="${RDEPEND}"
29 +# TODO: investigate & drop this!
30 +BDEPEND="sys-apps/which"
31
32 # We don't pass the flag explicitly, bug #796776.
33 # Let's fix it upstream after next autogen release if it happens.