diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 03:54:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 03:58:06 +0000 |
commit | bde9ae646e8f30799056aad197d996520d1ed133 (patch) | |
tree | e8cd787e91f3c040d589a53b7c4224560d083935 /net-irc/ngircd | |
parent | net-irc/ngircd: add verify-sig support (diff) | |
download | gentoo-bde9ae646e8f30799056aad197d996520d1ed133.tar.gz gentoo-bde9ae646e8f30799056aad197d996520d1ed133.tar.bz2 gentoo-bde9ae646e8f30799056aad197d996520d1ed133.zip |
net-irc/ngircd: drop WANT_AUTOMAKE and eautomake
Obsolete for this version.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/ngircd')
-rw-r--r-- | net-irc/ngircd/ngircd-26.1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1.ebuild index 9930d3e158d2..d2d6d85d5469 100644 --- a/net-irc/ngircd/ngircd-26.1.ebuild +++ b/net-irc/ngircd/ngircd-26.1.ebuild @@ -3,10 +3,8 @@ EAPI=7 -# Bug: https://github.com/ngircd/ngircd/issues/261 -WANT_AUTOMAKE=1.11.6 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alexbarton.asc -inherit autotools verify-sig +inherit verify-sig DESCRIPTION="An IRC server written from scratch" HOMEPAGE="https://ngircd.barton.de/" @@ -18,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 x86 ~x64-macos" IUSE="debug gnutls ident irc-plus +ipv6 libressl pam +ssl strict-rfc tcpd test zlib" -#RESTRICT="!test? ( test )" # Flaky test needs investigation (bug 719256) RESTRICT="test" @@ -57,9 +54,9 @@ src_prepare() { doc/sample-ngircd.conf.tmpl || die fi - # Once https://github.com/ngircd/ngircd/pull/270 is in a release (ngircd 26), we can remove - # the eautomake/autotools machinery. - eautomake + # Note that if we need to use automake, we need a certain version (for now): + # https://github.com/ngircd/ngircd/issues/261 + # eautomake } src_configure() { |