From ffdb6a050d8ac8e0ee86f53a9c020af4337516a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 20 Feb 2018 15:38:31 +0100 Subject: Add elfutils as a dependency to linux Linux needs elfutils to be able to compile. On development machine I had them because i just need them but they were not on vps for some reason. --- sys-kernel/linux/linux-4.14.19-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-kernel/linux/linux-4.14.19-r1.ebuild b/sys-kernel/linux/linux-4.14.19-r1.ebuild index 43f0192..3110217 100644 --- a/sys-kernel/linux/linux-4.14.19-r1.ebuild +++ b/sys-kernel/linux/linux-4.14.19-r1.ebuild @@ -16,7 +16,9 @@ SLOT="${PV}" KEYWORDS="amd64 ~x86" IUSE="virt +initramfs" -DEPEND="sys-devel/bc" +DEPEND=" + sys-devel/bc + dev-libs/elfutils" src_configure() { # Fix ARCH variable -- cgit v1.2.3