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: profiles/default/bsd/fbsd/
Date: Fri, 06 Apr 2018 11:44:20
Message-Id: 1523015003.e7be64a750ef8261bb5fdfb3be25268109450ff2.mgorny@gentoo
1 commit: e7be64a750ef8261bb5fdfb3be25268109450ff2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 09:01:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:43:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7be64a7
7
8 profiles/default/bsd/fbsd: Mask irrelevant util-linux flags
9
10 profiles/default/bsd/fbsd/package.use.mask | 6 ++++++
11 1 file changed, 6 insertions(+)
12
13 diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask
14 index 847178b8aac..28e9c5cc126 100644
15 --- a/profiles/default/bsd/fbsd/package.use.mask
16 +++ b/profiles/default/bsd/fbsd/package.use.mask
17 @@ -1,6 +1,12 @@
18 # Copyright 1999-2018 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 +# Michał Górny <mgorny@g.o> (06 Apr 2018)
22 +# We are building only minimal util-linux, so program flags
23 +# are irrelevant to us.
24 +sys-apps/util-linux build cramfs fdformat kill ncurses pam readline
25 +sys-apps/util-linux slang suid tty-helpers
26 +
27 # Brian Evans <grknight@g.o> (2 Mar 2018)
28 # php incorrectly looks for libacl when it is built-in on FreeBSD
29 dev-lang/php acl