commit: d444a72f5e20d24cd6269c89ece63ab6dd0de4e8 Author: David Michael <david.michael <AT> coreos <DOT> com> AuthorDate: Thu Jun 15 00:24:02 2017 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 20:16:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d444a72f
app-crypt/pesign: Move efivar to RDEPEND Gentoo-Bug: https://bugs.gentoo.org/621802 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-crypt/pesign/pesign-0.112.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild index a5d5bac847a..314dcb7d8cd 100644 --- a/app-crypt/pesign/pesign-0.112.ebuild +++ b/app-crypt/pesign/pesign-0.112.ebuild @@ -21,11 +21,11 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux + sys-libs/efivar " DEPEND="${RDEPEND} sys-apps/help2man sys-boot/gnu-efi - sys-libs/efivar virtual/pkgconfig "
