diff options
author | David Michael <david.michael@coreos.com> | 2017-06-14 17:24:02 -0700 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-01-18 21:16:40 +0100 |
commit | d444a72f5e20d24cd6269c89ece63ab6dd0de4e8 (patch) | |
tree | 3523227cec149974dbf99c2d7e75c849448c42d3 /app-crypt/pesign | |
parent | www-apps/novnc: fixing bugs, and an eapi bump (diff) | |
download | gentoo-d444a72f5e20d24cd6269c89ece63ab6dd0de4e8.tar.gz gentoo-d444a72f5e20d24cd6269c89ece63ab6dd0de4e8.tar.bz2 gentoo-d444a72f5e20d24cd6269c89ece63ab6dd0de4e8.zip |
app-crypt/pesign: Move efivar to RDEPEND
Gentoo-Bug: https://bugs.gentoo.org/621802
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt/pesign')
-rw-r--r-- | app-crypt/pesign/pesign-0.112.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/pesign/pesign-0.112.ebuild b/app-crypt/pesign/pesign-0.112.ebuild index a5d5bac847a7..314dcb7d8cd1 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 " |