commit: b464bff71a0ccb78b0f351b40956cac7122dc87e Author: robert <gentoo.bugzilla.2012 <AT> r123 <DOT> de> AuthorDate: Tue Dec 5 22:57:30 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 11:48:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464bff7
mail-client/alpine: fix installing with use=onlyalpine Closes: https://bugs.gentoo.org/639932 Closes: https://github.com/gentoo/gentoo/pull/6463 mail-client/alpine/alpine-2.21.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild index 3c3ac27426b..e9150d27747 100644 --- a/mail-client/alpine/alpine-2.21.1.ebuild +++ b/mail-client/alpine/alpine-2.21.1.ebuild @@ -63,13 +63,13 @@ src_configure() { } src_compile() { - emake -j1 AR=$(tc-getAR) + emake AR=$(tc-getAR) } src_install() { if use onlyalpine ; then dobin alpine/alpine - doman doc/alpine.1 + doman doc/man1/alpine.1 else emake DESTDIR="${D}" install doman doc/man1/*.1
