mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
sys-apps/systemd-utils: use secureboot.eclass to sign efi files
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} )
|
||||
QA_PKGCONFIG_VERSION=$(ver_cut 1)
|
||||
|
||||
inherit bash-completion-r1 flag-o-matic linux-info meson-multilib python-any-r1
|
||||
inherit toolchain-funcs udev usr-ldscript
|
||||
inherit secureboot toolchain-funcs udev usr-ldscript
|
||||
|
||||
DESCRIPTION="Utilities split out from systemd for OpenRC users"
|
||||
HOMEPAGE="https://systemd.io/"
|
||||
@@ -113,6 +113,7 @@ pkg_setup() {
|
||||
if [[ ${MERGE_TYPE} != buildonly ]] && use udev; then
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
use boot && secureboot_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
@@ -504,6 +505,8 @@ multilib_src_install_all() {
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins shell-completion/zsh/_udevadm
|
||||
fi
|
||||
|
||||
use boot && secureboot_auto_sign
|
||||
}
|
||||
|
||||
add_service() {
|
||||
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} )
|
||||
QA_PKGCONFIG_VERSION=$(ver_cut 1)
|
||||
|
||||
inherit bash-completion-r1 flag-o-matic linux-info meson-multilib python-any-r1
|
||||
inherit toolchain-funcs udev usr-ldscript
|
||||
inherit secureboot toolchain-funcs udev usr-ldscript
|
||||
|
||||
DESCRIPTION="Utilities split out from systemd for OpenRC users"
|
||||
HOMEPAGE="https://systemd.io/"
|
||||
@@ -113,6 +113,7 @@ pkg_setup() {
|
||||
if [[ ${MERGE_TYPE} != buildonly ]] && use udev; then
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
use boot && secureboot_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
@@ -506,6 +507,8 @@ multilib_src_install_all() {
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins shell-completion/zsh/_udevadm
|
||||
fi
|
||||
|
||||
use boot && secureboot_auto_sign
|
||||
}
|
||||
|
||||
add_service() {
|
||||
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} )
|
||||
QA_PKGCONFIG_VERSION=$(ver_cut 1)
|
||||
|
||||
inherit bash-completion-r1 flag-o-matic linux-info meson-multilib python-any-r1
|
||||
inherit toolchain-funcs udev usr-ldscript
|
||||
inherit secureboot toolchain-funcs udev usr-ldscript
|
||||
|
||||
DESCRIPTION="Utilities split out from systemd for OpenRC users"
|
||||
HOMEPAGE="https://systemd.io/"
|
||||
@@ -113,6 +113,7 @@ pkg_setup() {
|
||||
if [[ ${MERGE_TYPE} != buildonly ]] && use udev; then
|
||||
linux-info_pkg_setup
|
||||
fi
|
||||
use boot && secureboot_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
@@ -506,6 +507,8 @@ multilib_src_install_all() {
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins shell-completion/zsh/_udevadm
|
||||
fi
|
||||
|
||||
use boot && secureboot_auto_sign
|
||||
}
|
||||
|
||||
add_service() {
|
||||
|
||||
Reference in New Issue
Block a user