Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Fri, 06 Apr 2018 11:44:21
Message-Id: 1523015000.02922ff51505ed8a95e3da8827b120f34f1db2b2.mgorny@gentoo
1 commit: 02922ff51505ed8a95e3da8827b120f34f1db2b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 21:56:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:43:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02922ff5
7
8 sys-apps/util-linux: Remove --docdir, redundant in EAPI 6
9
10 sys-apps/util-linux/util-linux-9999.ebuild | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
14 index 6fcbc94b078..7f083538327 100644
15 --- a/sys-apps/util-linux/util-linux-9999.ebuild
16 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
17 @@ -114,7 +114,6 @@ multilib_src_configure() {
18 --disable-login
19 --disable-nologin
20 --disable-su
21 - --docdir='${datarootdir}'/doc/${PF}
22 --enable-agetty
23 --enable-bash-completion
24 --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"