diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:15:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-30 21:15:33 +0000 |
commit | 3fa6886be97af3e6b7fb7262194499345bbabdb7 (patch) | |
tree | e56e4c74f70aa5b5d22e49345f8c9962c1fb6307 /sys-firmware/seabios/seabios-1.7.3.2.ebuild | |
parent | Add epatch_user support #487100 by Hristo Venev. (diff) | |
download | gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.tar.gz gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.tar.bz2 gentoo-2-3fa6886be97af3e6b7fb7262194499345bbabdb7.zip |
Drop empty KEYWORDS/SRC_URI settings in git code path as it is unneeded and ekeyword dislikes it.
Diffstat (limited to 'sys-firmware/seabios/seabios-1.7.3.2.ebuild')
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.3.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 |