diff options
author | Mike Pagano <mpagano@gentoo.org> | 2023-06-17 18:41:14 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2023-06-17 18:41:14 -0400 |
commit | 9f15908c77f4c87e994ca4624228721edd9a448e (patch) | |
tree | aa1105e0c82a67b9950c634adb203889df842deb /eclass/linux-mod.eclass | |
parent | dev-perl/Variable-Magic: add 0.630.0 (diff) | |
download | gentoo-9f15908c77f4c87e994ca4624228721edd9a448e.tar.gz gentoo-9f15908c77f4c87e994ca4624228721edd9a448e.tar.bz2 gentoo-9f15908c77f4c87e994ca4624228721edd9a448e.zip |
linux-mod.eclass: Mark as deprecated in favor of linux-mod-r1.eclass
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 0fe8d7da4f99..26d8cac47ef0 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -10,6 +10,7 @@ # @SUPPORTED_EAPIS: 7 8 # @PROVIDES: linux-info # @BLURB: It provides the functionality required to install external modules against a kernel source tree. +# @DEPRECATED: linux-mod-r1.eclass # @DESCRIPTION: # This eclass is used to interface with linux-info.eclass in such a way # to provide the functionality and initial functions |