Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Tue, 09 Jan 2018 02:01:12
Message-Id: 1515429318.39e0aee62f6ccdc9014601b7f70bf3408fd003cf.monsieurp@gentoo
1 commit: 39e0aee62f6ccdc9014601b7f70bf3408fd003cf
2 Author: xdch47 <xdch47 <AT> posteo <DOT> de>
3 AuthorDate: Fri Jan 5 12:00:07 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 16:35:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e0aee6
7
8 x11-libs/vte: add PREFIX variable.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/6753
12
13 x11-libs/vte/vte-0.48.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/vte/vte-0.48.4.ebuild b/x11-libs/vte/vte-0.48.4.ebuild
17 index b26ea8a62fd..1bf0b7cec47 100644
18 --- a/x11-libs/vte/vte-0.48.4.ebuild
19 +++ b/x11-libs/vte/vte-0.48.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -86,5 +86,5 @@ src_configure() {
27
28 src_install() {
29 gnome2_src_install
30 - mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
31 + mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
32 }