Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
Date: Sat, 16 Oct 2021 19:51:48
Message-Id: 1634413899.934b509bd322ee2eead3facb90c05f201e4c3d99.ulm@gentoo
1 commit: 934b509bd322ee2eead3facb90c05f201e4c3d99
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 19:51:39 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 19:51:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b509b
7
8 app-editors/fe: Drop redundant datadir in emake install
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/fe/fe-2.0-r1.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
17 index 45263fd5ce8..6deb2daa519 100644
18 --- a/app-editors/fe/fe-2.0-r1.ebuild
19 +++ b/app-editors/fe/fe-2.0-r1.ebuild
20 @@ -44,7 +44,6 @@ src_compile() {
21 src_install() {
22 emake \
23 prefix="${D}"/usr \
24 - datadir="${D}"/usr/share \
25 datarootdir="${D}"/usr/share \
26 MANDIR="${D}"/usr/share/man \
27 install