From f4da428e42fcf46821f2fa412b7ccc5a4632dc82 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 1 Jul 2021 07:45:04 +0100 Subject: sys-boot/mokutil: add missing keyutils dep Closes: https://bugs.gentoo.org/799443 Signed-off-by: Sam James --- sys-boot/mokutil/mokutil-0.5.0-r1.ebuild | 26 ++++++++++++++++++++++++++ sys-boot/mokutil/mokutil-0.5.0.ebuild | 25 ------------------------- 2 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 sys-boot/mokutil/mokutil-0.5.0-r1.ebuild delete mode 100644 sys-boot/mokutil/mokutil-0.5.0.ebuild (limited to 'sys-boot') diff --git a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild new file mode 100644 index 000000000000..560c290cb156 --- /dev/null +++ b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="The utility to manipulate machines owner keys which managed in shim" +HOMEPAGE="https://github.com/lcp/mokutil" +SRC_URI="https://github.com/lcp/mokutil/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/openssl:= + sys-apps/keyutils:= + sys-libs/efivar:= + virtual/libcrypt:=" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf +} diff --git a/sys-boot/mokutil/mokutil-0.5.0.ebuild b/sys-boot/mokutil/mokutil-0.5.0.ebuild deleted file mode 100644 index ac6d632668e2..000000000000 --- a/sys-boot/mokutil/mokutil-0.5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="The utility to manipulate machines owner keys which managed in shim" -HOMEPAGE="https://github.com/lcp/mokutil" -SRC_URI="https://github.com/lcp/mokutil/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/openssl:= - sys-libs/efivar:= - virtual/libcrypt:=" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} -- cgit v1.2.3-65-gdbad