2016-06-03 14:21:17 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2013-10-07 02:21:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-10-07 02:21:19 +04:00
|
|
|
|
2016-06-03 14:21:17 +03:00
|
|
|
EAPI="5"
|
2013-10-07 02:21:19 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Tools for manipulating UEFI secure boot platforms"
|
2015-01-31 19:04:46 +03:00
|
|
|
HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
|
2013-10-07 02:21:19 +04:00
|
|
|
SRC_URI="http://blog.hansenpartnership.com/wp-uploads/2013/efitools-${PV}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
2016-06-03 14:21:17 +03:00
|
|
|
IUSE="libressl"
|
2013-10-07 02:21:19 +04:00
|
|
|
|
2016-06-03 14:21:17 +03:00
|
|
|
RDEPEND="
|
|
|
|
!libressl? ( dev-libs/openssl:0= )
|
|
|
|
libressl? ( dev-libs/libressl:0= )
|
2013-10-07 02:21:19 +04:00
|
|
|
sys-apps/util-linux"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
sys-apps/help2man
|
2014-03-16 11:42:43 +04:00
|
|
|
>=sys-boot/gnu-efi-3.0u
|
2013-10-07 02:21:19 +04:00
|
|
|
app-crypt/sbsigntool
|
|
|
|
virtual/pkgconfig
|
|
|
|
dev-perl/File-Slurp"
|