Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/profile/
Date: Thu, 05 Apr 2018 22:58:33
Message-Id: 1522969055.f55a2723898c2cdc4e61a9ca06ef51b694877233.slyfox@gentoo
1 commit: f55a2723898c2cdc4e61a9ca06ef51b694877233
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 22:57:35 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 22:57:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=f55a2723
7
8 wrappers: fix use.force flag overrides
9
10 Flags should be one per line, not multiple:
11 --- Invalid USE flag in 'use.force': '-kernel_linux kernel_linux'
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 wrappers/etc/portage/profile/use.force | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/wrappers/etc/portage/profile/use.force b/wrappers/etc/portage/profile/use.force
18 index 155b31d..a3a1ab8 100644
19 --- a/wrappers/etc/portage/profile/use.force
20 +++ b/wrappers/etc/portage/profile/use.force
21 @@ -1 +1,2 @@
22 --kernel_linux __USE_FORCE_KERNEL__
23 +-kernel_linux
24 +__USE_FORCE_KERNEL__