commit:     4cf37d597b5969603d48e92d5608bc5cc4cf427c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 01:55:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 01:56:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf37d59

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 <AT> gentoo.org>

 net-irc/ngircd/{ngircd-26.1-r1.ebuild => ngircd-26.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/ngircd/ngircd-26.1-r1.ebuild 
b/net-irc/ngircd/ngircd-26.1-r2.ebuild
similarity index 98%
rename from net-irc/ngircd/ngircd-26.1-r1.ebuild
rename to net-irc/ngircd/ngircd-26.1-r2.ebuild
index 4722361c354..e11674b6da7 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
 }
 

Reply via email to