aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-04-05 23:57:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-04-05 23:57:35 +0100
commitf55a2723898c2cdc4e61a9ca06ef51b694877233 (patch)
tree11255c163ee8e9f6da581aa32c208ddb66457a35
parentREADME: basic description of what crossdev (diff)
downloadcrossdev-f55a2723.tar.gz
crossdev-f55a2723.tar.bz2
crossdev-f55a2723.zip
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@gentoo.org>
-rw-r--r--wrappers/etc/portage/profile/use.force3
1 files changed, 2 insertions, 1 deletions
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__