diff options
author | 2021-05-17 09:48:12 +0200 | |
---|---|---|
committer | 2021-05-17 09:49:03 +0200 | |
commit | f4b3540de87ddb8e22433694bdb4d18b68a0d567 (patch) | |
tree | 91273711b355d4043b26311759ec8ebc613d140d /sys-firmware | |
parent | sys-firmware/ipxe: x86 stable wrt bug #790374 (diff) | |
download | gentoo-f4b3540de87ddb8e22433694bdb4d18b68a0d567.tar.gz gentoo-f4b3540de87ddb8e22433694bdb4d18b68a0d567.tar.bz2 gentoo-f4b3540de87ddb8e22433694bdb4d18b68a0d567.zip |
sys-firmware/seabios: x86 stable wrt bug #790374
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.14.0.ebuild b/sys-firmware/seabios/seabios-1.14.0.ebuild index c08ef3e663fd..0c4005c94f06 100644 --- a/sys-firmware/seabios/seabios-1.14.0.ebuild +++ b/sys-firmware/seabios/seabios-1.14.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* || -n "${EGIT_COMMIT}" ]] ; then EGIT_REPO_URI="git://git.seabios.org/seabios.git" inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86" SRC_URI=" !binary? ( https://www.seabios.org/downloads/${P}.tar.gz ) |