diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-24 00:18:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:07 +0100 |
commit | ee4baf97d177c0dc5b7cb03ed135429cf73d0b4e (patch) | |
tree | a4f9b297fa6def167fd048cef3b1e678676c695c | |
parent | eclass/linux-build: do not rely on debianutils to install kernel (diff) | |
download | portage-ee4baf97d177c0dc5b7cb03ed135429cf73d0b4e.tar.xz |
profiles/common: disable installkernel USE flag for sys-apps/debianutils
-rw-r--r-- | profiles/common/package.use | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/package.use b/profiles/common/package.use index e5cfaea0..4787529f 100644 --- a/profiles/common/package.use +++ b/profiles/common/package.use @@ -132,3 +132,6 @@ sys-apps/kmod pkcs7 net-misc/curl http2 sys-apps/shadow bcrypt net-misc/curl brotli + +# eclass/linux-build tkes care of installing kernel +sys-apps/debianutils -installkernel |