From 42f21b8be89fbff29b48b1de4aa747e8ea745f49 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Apr 2014 21:15:33 +0000 Subject: Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and ekeyword dislikes it. --- sys-firmware/seabios/seabios-1.7.3.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys-firmware/seabios/seabios-1.7.3.2.ebuild') diff --git a/sys-firmware/seabios/seabios-1.7.3.2.ebuild b/sys-firmware/seabios/seabios-1.7.3.2.ebuild index 39779e91188a..443dfeb4b882 100644 --- a/sys-firmware/seabios/seabios-1.7.3.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.1 2014/01/19 23:01:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.3.2.ebuild,v 1.2 2014/04/30 21:15:33 vapier Exp $ EAPI=5 @@ -18,8 +18,6 @@ inherit eutils toolchain-funcs python-any-r1 if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 - KEYWORDS="" - SRC_URI="" else KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz -- cgit v1.2.3-65-gdbad