summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-05 02:55:05 +0100
committerSam James <sam@gentoo.org>2021-08-05 02:56:20 +0100
commit4cf37d597b5969603d48e92d5608bc5cc4cf427c (patch)
treecd463e15e719031a602ec47cf2ddab6d772f0329 /net-irc/ngircd
parentdev-libs/glib: fix build with glibc-2.34 (diff)
downloadgentoo-4cf37d597b5969603d48e92d5608bc5cc4cf427c.tar.gz
gentoo-4cf37d597b5969603d48e92d5608bc5cc4cf427c.tar.bz2
gentoo-4cf37d597b5969603d48e92d5608bc5cc4cf427c.zip
net-irc/ngircd: drop obsolete automake dependency
We're not actually using it right now anyway and we should work with upstream to avoid the requirement for such an old version of automake somehow (by possibly porting away from the removed macro). (Revbump to allow folks to depclean the now-obsolete BDEPEND, especially given it's about to be masked.) See: https://github.com/ngircd/ngircd/issues/261 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/ngircd')
-rw-r--r--net-irc/ngircd/ngircd-26.1-r2.ebuild (renamed from net-irc/ngircd/ngircd-26.1-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/ngircd/ngircd-26.1-r1.ebuild b/net-irc/ngircd/ngircd-26.1-r2.ebuild
index 4722361c3540..e11674b6da74 100644
--- a/net-irc/ngircd/ngircd-26.1-r1.ebuild
+++ b/net-irc/ngircd/ngircd-26.1-r2.ebuild
@@ -36,7 +36,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
- sys-devel/automake:1.11
test? (
dev-tcltk/expect
net-misc/netkit-telnetd
@@ -56,6 +55,7 @@ src_prepare() {
# Note that if we need to use automake, we need a certain version (for now):
# https://github.com/ngircd/ngircd/issues/261
+ # WANT_AUTOMAKE=1.11
# eautomake
}