Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ngircd/
Date: Fri, 09 Jul 2021 15:04:14
Message-Id: 1625842177.421ec6f00456865e0010c44b803ee943e83715fd.sam@gentoo
1 commit: 421ec6f00456865e0010c44b803ee943e83715fd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 14:49:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 14:49:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421ec6f0
7
8 net-irc/ngircd: fix SSL/TLS configure
9
10 Closes: https://bugs.gentoo.org/801265
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-irc/ngircd/{ngircd-26.1.ebuild => ngircd-26.1-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1-r1.ebuild
17 similarity index 98%
18 rename from net-irc/ngircd/ngircd-26.1.ebuild
19 rename to net-irc/ngircd/ngircd-26.1-r1.ebuild
20 index 213f2c993db..b85654fa092 100644
21 --- a/net-irc/ngircd/ngircd-26.1.ebuild
22 +++ b/net-irc/ngircd/ngircd-26.1-r1.ebuild
23 @@ -76,11 +76,11 @@ src_configure() {
24
25 if use ssl ; then
26 if use gnutls ; then
27 - myconf+=(
28 + myeconf+=(
29 $( use_with gnutls )
30 )
31 else
32 - myconf+=(
33 + myeconf+=(
34 $( use_with !gnutls openssl )
35 )
36 fi