summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-02-02 07:29:27 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-02-02 07:29:27 +0100
commitaa8e007255bec654b29820f5007e1597b5acc5dd (patch)
tree130528d800fd409726003308fb287821ee625ee2 /app-crypt/sbctl
parentprofiles/arch: arch mask installkernel[systemd-boot] (diff)
downloadgentoo-aa8e007255bec654b29820f5007e1597b5acc5dd.tar.gz
gentoo-aa8e007255bec654b29820f5007e1597b5acc5dd.tar.bz2
gentoo-aa8e007255bec654b29820f5007e1597b5acc5dd.zip
app-crypt/sbctl: add missed inherit in older versions
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-crypt/sbctl')
-rw-r--r--app-crypt/sbctl/sbctl-0.11.ebuild2
-rw-r--r--app-crypt/sbctl/sbctl-0.12.ebuild2
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"