net-im/catgirl: pass build target to emake

Closes: https://bugs.gentoo.org/706011
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-05-04 23:04:18 +05:00
parent c5020ea75a
commit e10e5e3a50

View File

@@ -22,3 +22,7 @@ DOCS=( README.7 scripts/chat.tmux.conf )
src_configure() {
./configure --prefix="${EPREFIX}"/usr
}
src_compile() {
emake all
}