* [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/profile/
@ 2018-04-05 22:58 Sergei Trofimovich
0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2018-04-05 22:58 UTC (permalink / raw
To: gentoo-commits
commit: f55a2723898c2cdc4e61a9ca06ef51b694877233
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 22:57:35 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 22:57:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=f55a2723
wrappers: fix use.force flag overrides
Flags should be one per line, not multiple:
--- Invalid USE flag in 'use.force': '-kernel_linux kernel_linux'
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
wrappers/etc/portage/profile/use.force | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wrappers/etc/portage/profile/use.force b/wrappers/etc/portage/profile/use.force
index 155b31d..a3a1ab8 100644
--- a/wrappers/etc/portage/profile/use.force
+++ b/wrappers/etc/portage/profile/use.force
@@ -1 +1,2 @@
--kernel_linux __USE_FORCE_KERNEL__
+-kernel_linux
+__USE_FORCE_KERNEL__
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-05 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-05 22:58 [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/profile/ Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox