commit:     e10e5e3a500e5cfd71bef1477358ae19b910c20e
Author:     Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Tue May  4 18:04:18 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  4 18:04:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10e5e3a

net-im/catgirl: pass build target to emake

Closes: https://bugs.gentoo.org/706011
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>

 net-im/catgirl/catgirl-1.7.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-im/catgirl/catgirl-1.7.ebuild 
b/net-im/catgirl/catgirl-1.7.ebuild
index 82df3ce8e..ceb2c4358 100644
--- a/net-im/catgirl/catgirl-1.7.ebuild
+++ b/net-im/catgirl/catgirl-1.7.ebuild
@@ -22,3 +22,7 @@ DOCS=( README.7 scripts/chat.tmux.conf )
 src_configure() {
        ./configure --prefix="${EPREFIX}"/usr
 }
+
+src_compile() {
+       emake all
+}

Reply via email to