diff options
author | Sam James <sam@gentoo.org> | 2021-07-09 15:49:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-09 15:49:37 +0100 |
commit | 421ec6f00456865e0010c44b803ee943e83715fd (patch) | |
tree | 57e2e4b2c354a5ddf4063d1602b6e596c2222c0d /net-irc/ngircd | |
parent | app-portage/nattka: Bump to 0.2.14 (diff) | |
download | gentoo-421ec6f00456865e0010c44b803ee943e83715fd.tar.gz gentoo-421ec6f00456865e0010c44b803ee943e83715fd.tar.bz2 gentoo-421ec6f00456865e0010c44b803ee943e83715fd.zip |
net-irc/ngircd: fix SSL/TLS configure
Closes: https://bugs.gentoo.org/801265
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/ngircd')
-rw-r--r-- | net-irc/ngircd/ngircd-26.1-r1.ebuild (renamed from net-irc/ngircd/ngircd-26.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1-r1.ebuild index 213f2c993db4..b85654fa0929 100644 --- a/net-irc/ngircd/ngircd-26.1.ebuild +++ b/net-irc/ngircd/ngircd-26.1-r1.ebuild @@ -76,11 +76,11 @@ src_configure() { if use ssl ; then if use gnutls ; then - myconf+=( + myeconf+=( $( use_with gnutls ) ) else - myconf+=( + myeconf+=( $( use_with !gnutls openssl ) ) fi |