commit: aa8e007255bec654b29820f5007e1597b5acc5dd Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 06:29:27 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 06:29:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8e0072
app-crypt/sbctl: add missed inherit in older versions Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> app-crypt/sbctl/sbctl-0.11.ebuild | 2 +- app-crypt/sbctl/sbctl-0.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/sbctl/sbctl-0.11.ebuild b/app-crypt/sbctl/sbctl-0.11.ebuild index a6a4c9eaf55c..77c53f4f93be 100644 --- a/app-crypt/sbctl/sbctl-0.11.ebuild +++ b/app-crypt/sbctl/sbctl-0.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit go-module verify-sig +inherit go-module optfeature verify-sig DESCRIPTION="Secure Boot key manager" HOMEPAGE="https://github.com/Foxboron/sbctl" diff --git a/app-crypt/sbctl/sbctl-0.12.ebuild b/app-crypt/sbctl/sbctl-0.12.ebuild index a6e253342933..97f67663daf4 100644 --- a/app-crypt/sbctl/sbctl-0.12.ebuild +++ b/app-crypt/sbctl/sbctl-0.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit go-module verify-sig +inherit go-module optfeature verify-sig DESCRIPTION="Secure Boot key manager" HOMEPAGE="https://github.com/Foxboron/sbctl"
