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 | |
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')
-rw-r--r-- | app-antivirus/lkrg/lkrg-0.9.5.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/lkrg/lkrg-0.9.6-r1.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/lkrg/lkrg-0.9.6.ebuild | 4 |
3 files changed, 5 insertions, 5 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" diff --git a/app-antivirus/lkrg/lkrg-0.9.6-r1.ebuild b/app-antivirus/lkrg/lkrg-0.9.6-r1.ebuild index bbad480d3a9a..aef974c6abdd 100644 --- a/app-antivirus/lkrg/lkrg-0.9.6-r1.ebuild +++ b/app-antivirus/lkrg/lkrg-0.9.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-mod-r1 linux-info systemd verify-sig +inherit linux-mod-r1 systemd verify-sig DESCRIPTION="Linux Kernel Runtime Guard" HOMEPAGE="https://lkrg.org" diff --git a/app-antivirus/lkrg/lkrg-0.9.6.ebuild b/app-antivirus/lkrg/lkrg-0.9.6.ebuild index 121872fefc44..607f6d6dfea0 100644 --- a/app-antivirus/lkrg/lkrg-0.9.6.ebuild +++ b/app-antivirus/lkrg/lkrg-0.9.6.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" |