diff options
author | Sam James <sam@gentoo.org> | 2021-08-05 02:55:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-05 02:56:20 +0100 |
commit | 4cf37d597b5969603d48e92d5608bc5cc4cf427c (patch) | |
tree | cd463e15e719031a602ec47cf2ddab6d772f0329 /net-irc | |
parent | dev-libs/glib: fix build with glibc-2.34 (diff) | |
download | gentoo-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')
-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 } |