Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/
Date: Sun, 03 Jul 2016 01:05:15
Message-Id: 1467507861.8fb13e5184fec426206985aec3445febfbe00b2a.zmedico@gentoo
1 commit: 8fb13e5184fec426206985aec3445febfbe00b2a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 01:04:21 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 01:04:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb13e51
7
8 mail-client/mailx-support: add ${EPREFIX} to emake prefix
9
10 Package-Manager: portage-2.3.0
11
12 mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
16 index 658f959..7ee0a50 100644
17 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
18 +++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -35,5 +35,5 @@ src_compile() {
26 }
27
28 src_install() {
29 - emake prefix="${D}/usr" install
30 + emake prefix="${ED}/usr" install
31 }