diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-09-08 09:19:18 +0200 |
commit | 304e8682e083854a92f4c5aa9da2f7d81d3dd332 (patch) | |
tree | 27b45332a263184998d4e3fcc66873ccee8aad12 /sys-firmware | |
parent | app-emulation/qemu-guest-agent: amd64 stable wrt bug #558416 (diff) | |
download | gentoo-304e8682e083854a92f4c5aa9da2f7d81d3dd332.tar.gz gentoo-304e8682e083854a92f4c5aa9da2f7d81d3dd332.tar.bz2 gentoo-304e8682e083854a92f4c5aa9da2f7d81d3dd332.zip |
sys-firmware/seabios: amd64 stable wrt bug #558416
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild index 23e935b8e815..8d00d67745d5 100644 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-2 else - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" # Upstream hasn't released a new binary. We snipe ours from Fedora for now. # http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) |