Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/
Date: Wed, 09 Dec 2015 01:39:45
Message-Id: 1449625238.fe5fdf8d630e5e569378d5d66bc454615d2dcf81.heroxbd@gentoo
1 commit: fe5fdf8d630e5e569378d5d66bc454615d2dcf81
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 01:40:38 2015 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 01:40:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5fdf8d
7
8 app-text/zathura-ps: trivial fix for Prefix.
9
10 Package-Manager: portage-2.2.25
11
12 app-text/zathura-ps/zathura-ps-0.2.2.ebuild | 3 ++-
13 app-text/zathura-ps/zathura-ps-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
17 index c34c4ce..0540fea 100644
18 --- a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
19 +++ b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -37,6 +37,7 @@ pkg_setup() {
27 LD="$(tc-getLD)"
28 VERBOSE=1
29 DESTDIR="${D}"
30 + PREFIX="${EPREFIX}/usr"
31 )
32 }
33
34
35 diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild
36 index a1fa8e6..6184d6f 100644
37 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild
38 +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2015 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 @@ -37,6 +37,7 @@ pkg_setup() {
46 LD="$(tc-getLD)"
47 VERBOSE=1
48 DESTDIR="${D}"
49 + PREFIX="${EPREFIX}/usr"
50 )
51 }