diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:19:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 18:10:07 +0200 |
commit | adf7caf46a0179ca229eaeb2c4ec4a932294b09e (patch) | |
tree | 2fa70e3ec4f14f5efa47597683e35508f994d8d2 /eclass/kernel-install.eclass | |
parent | kernel-build.eclass: Set @PROVIDES (diff) | |
download | gentoo-adf7caf46a0179ca229eaeb2c4ec4a932294b09e.tar.gz gentoo-adf7caf46a0179ca229eaeb2c4ec4a932294b09e.tar.bz2 gentoo-adf7caf46a0179ca229eaeb2c4ec4a932294b09e.zip |
kernel-install.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/kernel-install.eclass')
-rw-r--r-- | eclass/kernel-install.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index b80a8d6ea93b..609afa754deb 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Michał Górny <mgorny@gentoo.org> # @SUPPORTED_EAPIS: 7 +# @PROVIDES: dist-kernel-utils # @BLURB: Installation mechanics for Distribution Kernels # @DESCRIPTION: # This eclass provides the logic needed to test and install different |