summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2018-01-18 15:41:17 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2018-02-07 07:36:20 +0000
commitf9b2693b32b7c7c7c561ae417cbd757624184327 (patch)
tree9608cb2bbed726a7bed1c54fd955cd11f115b360 /eclass
parentx11-terms/kitty: use tempdir for config directory for tests (diff)
downloadgentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.tar.gz
gentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.tar.bz2
gentoo-f9b2693b32b7c7c7c561ae417cbd757624184327.zip
Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default but having USE="minimal" is removing virtual/libelf, this is breaking the Kernel compilation. Closes: https://github.com/gentoo/gentoo/pull/6898
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a42d5f5ec24b..6ffbd37f300e 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then
sys-devel/make
dev-lang/perl
sys-devel/bc
+ virtual/libelf
)"
SLOT="${PVR}"