diff options
author | John Helmert III <ajak@gentoo.org> | 2023-06-18 15:59:25 -0700 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-06-18 15:59:25 -0700 |
commit | 628301c812d9a432d6cf5912c2c52285da94e26b (patch) | |
tree | 221fa999238d9ba9aa4428c9f599b85647c1383b /app-antivirus/lkrg/lkrg-0.9.5.ebuild | |
parent | app-antivirus/lkrg: migrate to linux-mod-r1 (diff) | |
download | gentoo-628301c812d9a432d6cf5912c2c52285da94e26b.tar.gz gentoo-628301c812d9a432d6cf5912c2c52285da94e26b.tar.bz2 gentoo-628301c812d9a432d6cf5912c2c52285da94e26b.zip |
app-antivirus/lkrg: fix ProvidedEclassInherit on linux-info
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-antivirus/lkrg/lkrg-0.9.5.ebuild')
-rw-r--r-- | app-antivirus/lkrg/lkrg-0.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/lkrg/lkrg-0.9.5.ebuild b/app-antivirus/lkrg/lkrg-0.9.5.ebuild index 121872fefc44..607f6d6dfea0 100644 --- a/app-antivirus/lkrg/lkrg-0.9.5.ebuild +++ b/app-antivirus/lkrg/lkrg-0.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit linux-mod linux-info systemd verify-sig +inherit linux-mod systemd verify-sig DESCRIPTION="Linux Kernel Runtime Guard" HOMEPAGE="https://lkrg.org" |