Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Mon, 19 Nov 2018 10:54:17
Message-Id: 1542624827.6f56002ef4502b7ed8de8e25de06d40288d625fe.polynomial-c@gentoo
1 commit: 6f56002ef4502b7ed8de8e25de06d40288d625fe
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 10:53:47 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 10:53:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f56002e
7
8 sys-apps/util-linux: Synced live ebuild
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/util-linux/util-linux-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
17 index 78f587fe30c..c6c744e0527 100644
18 --- a/sys-apps/util-linux/util-linux-9999.ebuild
19 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2018 Gentoo Authors and others
23 # Copyright 2018 Sony Interactive Entertainment Inc.
24 # Distributed under the terms of the GNU General Public License v2
25
26 @@ -154,8 +154,8 @@ multilib_src_configure() {
27 $(use_enable nls)
28 $(use_enable unicode widechar)
29 $(use_enable static-libs static)
30 + $(use_with ncurses tinfo)
31 $(use_with selinux)
32 - $(usex ncurses '' '--without-tinfo')
33 )
34 # build programs only on GNU, on *BSD we want libraries only
35 if multilib_is_native_abi && use userland_GNU; then