# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit eutils if [[ ${PV} == "9999" ]] ; then inherit autotools git-2 KEYWORDS="" EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" fi DESCRIPTION="GummiBoot Simple UEFI Boot Manager" HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot" LICENSE="LGPL" SLOT="0" IUSE="" DEPEND=">=sys-boot/gnu-efi-3.0q" RDEPEND="" src_prepare() { epatch "${FILESDIR}"/*.patch } src_configure() { echo -n "" } src_compile() { emake }