From ba575c53d348aa8e5806aa968e76f7b239aa52f7 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 5 Dec 2017 06:40:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20USE=20=D1=84=D0=BB=D0=B0=D0=B3=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=8F=D0=B4=D0=B5=D1=80=20pae=20=D0=B8=20muqss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eclass/calculate-kernel-7.eclass | 3 ++- profiles/use.local.desc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/calculate-kernel-7.eclass b/eclass/calculate-kernel-7.eclass index 10681e999..25755067d 100644 --- a/eclass/calculate-kernel-7.eclass +++ b/eclass/calculate-kernel-7.eclass @@ -18,7 +18,6 @@ inherit calculate eutils kernel-2 EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst -IUSE="+vmlinuz minimal themes firmware +grub" REQUIRED_USE="minimal? ( vmlinuz ) grub? ( vmlinuz )" @@ -39,6 +38,8 @@ RDEPEND="${CDEPEND} vmlinuz? ( sys-kernel/dracut )" detect_version detect_arch +IUSE="+vmlinuz muqss pae minimal themes firmware +grub" + if [[ ${KV_MAJOR} -lt 3 ]] then die "Eclass is used only for kernel-3" diff --git a/profiles/use.local.desc b/profiles/use.local.desc index a7452fcd3..994480f43 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -41,3 +41,5 @@ sys-kernel/calculate-sources:firmware - Install linux kernel firmware sys-kernel/calculate-sources:minimal - Don't install kernel sources sys-kernel/calculate-sources:themes - Adds Calculate themes dependence sys-kernel/calculate-sources:vmlinuz - Build kernel, modules and initramfs +sys-kernel/calculate-sources:pae - Build kernel with PAE +sys-kernel/calculate-sources:muqss - Build kernel with MuQSS