summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-30 05:22:03 +0100
committerSam James <sam@gentoo.org>2022-07-30 05:41:31 +0100
commit263410e74a7d07b6d3be4673728d85a2a68bf70e (patch)
treed1121633e0139f93dbd8d7a8c2cacdbddd685155 /sys-devel/autogen
parentmedia-sound/mpg123: dropped obsolete 1.29.3 (diff)
downloadgentoo-263410e74a7d07b6d3be4673728d85a2a68bf70e.tar.gz
gentoo-263410e74a7d07b6d3be4673728d85a2a68bf70e.tar.bz2
gentoo-263410e74a7d07b6d3be4673728d85a2a68bf70e.zip
sys-devel/autogen: add which BDEPEND
I don't want to actually do this but I need it installed for now for something else and leaving it broken isn't good either. We have a bump pending so we should look into it properly then. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/autogen')
-rw-r--r--sys-devel/autogen/autogen-5.18.16-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
index e6ca874bac9c..147472e14b0a 100644
--- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
@@ -18,6 +18,8 @@ IUSE="libopts static-libs"
RDEPEND=">=dev-scheme/guile-2.0:=
dev-libs/libxml2"
DEPEND="${RDEPEND}"
+# TODO: investigate & drop this!
+BDEPEND="sys-apps/which"
# We don't pass the flag explicitly, bug #796776.
# Let's fix it upstream after next autogen release if it happens.