Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Wed, 06 Dec 2017 11:48:15
Message-Id: 1512560881.b464bff71a0ccb78b0f351b40956cac7122dc87e.kensington@gentoo
1 commit: b464bff71a0ccb78b0f351b40956cac7122dc87e
2 Author: robert <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Tue Dec 5 22:57:30 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 11:48:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464bff7
7
8 mail-client/alpine: fix installing with use=onlyalpine
9
10 Closes: https://bugs.gentoo.org/639932
11 Closes: https://github.com/gentoo/gentoo/pull/6463
12
13 mail-client/alpine/alpine-2.21.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild
17 index 3c3ac27426b..e9150d27747 100644
18 --- a/mail-client/alpine/alpine-2.21.1.ebuild
19 +++ b/mail-client/alpine/alpine-2.21.1.ebuild
20 @@ -63,13 +63,13 @@ src_configure() {
21 }
22
23 src_compile() {
24 - emake -j1 AR=$(tc-getAR)
25 + emake AR=$(tc-getAR)
26 }
27
28 src_install() {
29 if use onlyalpine ; then
30 dobin alpine/alpine
31 - doman doc/alpine.1
32 + doman doc/man1/alpine.1
33 else
34 emake DESTDIR="${D}" install
35 doman doc/man1/*.1