Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
Date: Mon, 30 May 2022 17:47:32
Message-Id: 1653932809.5342ad68d2c35a8d0fbfa7ca191d105e4da80fae.cybertailor@gentoo
1 commit: 5342ad68d2c35a8d0fbfa7ca191d105e4da80fae
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 15:15:49 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5342ad68
7
8 net-irc/catgirl: edo
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 net-irc/catgirl/catgirl-2.1.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/net-irc/catgirl/catgirl-2.1.ebuild b/net-irc/catgirl/catgirl-2.1.ebuild
16 index a5a5a93e3..f4ead2aab 100644
17 --- a/net-irc/catgirl/catgirl-2.1.ebuild
18 +++ b/net-irc/catgirl/catgirl-2.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit readme.gentoo-r1 toolchain-funcs
24 +inherit edo readme.gentoo-r1 toolchain-funcs
25
26 DESCRIPTION="TLS-only terminal IRC client"
27 HOMEPAGE="https://git.causal.agency/catgirl/about/"
28 @@ -23,11 +23,10 @@ BDEPEND="virtual/pkgconfig"
29 DOCS=( README.7 scripts/chat.tmux.conf )
30
31 src_configure() {
32 - # note: not an autoconf configure script
33 - ./configure \
34 - --prefix="${EPREFIX}"/usr \
35 - --mandir="${EPREFIX}"/usr/share/man || die
36 tc-export CC
37 +
38 + # note: not an autoconf configure script
39 + edo ./configure --prefix="${EPREFIX}"/usr --mandir="${EPREFIX}"/usr/share/man
40 }
41
42 src_compile() {