Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/emech/
Date: Thu, 07 Jan 2021 10:08:38
Message-Id: 1610014104.bfa7d46fefef93f1ec8457686879c9a40c6dfd73.soap@gentoo
1 commit: bfa7d46fefef93f1ec8457686879c9a40c6dfd73
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Jan 7 10:08:24 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 10:08:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa7d46f
7
8 net-irc/emech: Disable redirect
9
10 * https://github.com/EnergyMech/energymech/issues/15#issuecomment-643470653
11
12 Closes: https://github.com/gentoo/gentoo/pull/18957
13 Closes: https://bugs.gentoo.org/707122
14 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
15 Signed-off-by: David Seifert <soap <AT> gentoo.org>
16
17 net-irc/emech/emech-3.0.99_p3.ebuild | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
19
20 diff --git a/net-irc/emech/emech-3.0.99_p3.ebuild b/net-irc/emech/emech-3.0.99_p3.ebuild
21 index dcfb74ec059..68daec2e566 100644
22 --- a/net-irc/emech/emech-3.0.99_p3.ebuild
23 +++ b/net-irc/emech/emech-3.0.99_p3.ebuild
24 @@ -36,6 +36,7 @@ src_prepare() {
25 }
26
27 myconf() {
28 + tc-export CC
29 echo ./configure $*
30 ./configure $* || die "./configure failed"
31 }
32 @@ -56,7 +57,6 @@ src_configure() {
33 --with-note \
34 --with-notify \
35 --with-rawdns \
36 - --with-redirect \
37 --with-seen \
38 --with-stats \
39 --with-telnet \
40 @@ -66,6 +66,7 @@ src_configure() {
41 --with-web \
42 --with-wingate \
43 --without-profiling \
44 + --without-redirect \
45 $(use_with tcl) \
46 $(use_with session) \
47 $(use_with debug)