Skip to content

Commit

Permalink
net-irc/ngircd: drop obsolete automake dependency
Browse files Browse the repository at this point in the history
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: ngircd/ngircd#261
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Aug 5, 2021
1 parent 99996fa commit 4cf37d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/automake:1.11
test? (
dev-tcltk/expect
net-misc/netkit-telnetd
Expand All @@ -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
}

Expand Down

0 comments on commit 4cf37d5

Please sign in to comment.