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-im/catgirl/
Date: Tue, 04 May 2021 18:05:06
Message-Id: 1620151458.e10e5e3a500e5cfd71bef1477358ae19b910c20e.cybertailor@gentoo
1 commit: e10e5e3a500e5cfd71bef1477358ae19b910c20e
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 4 18:04:18 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 4 18:04:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10e5e3a
7
8 net-im/catgirl: pass build target to emake
9
10 Closes: https://bugs.gentoo.org/706011
11 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
12
13 net-im/catgirl/catgirl-1.7.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/net-im/catgirl/catgirl-1.7.ebuild b/net-im/catgirl/catgirl-1.7.ebuild
17 index 82df3ce8e..ceb2c4358 100644
18 --- a/net-im/catgirl/catgirl-1.7.ebuild
19 +++ b/net-im/catgirl/catgirl-1.7.ebuild
20 @@ -22,3 +22,7 @@ DOCS=( README.7 scripts/chat.tmux.conf )
21 src_configure() {
22 ./configure --prefix="${EPREFIX}"/usr
23 }
24 +
25 +src_compile() {
26 + emake all
27 +}