diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-30 12:55:38 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-30 12:55:38 +0200 |
commit | 719835bfc763baef3112a3cc0427ccf18fa38b53 (patch) | |
tree | 9600ffb7090d2a12b130929a604a870a9458a523 /sys-firmware | |
parent | sys-boot/grub: ppc stable wrt bug #799236 (diff) | |
download | gentoo-719835bfc763baef3112a3cc0427ccf18fa38b53.tar.gz gentoo-719835bfc763baef3112a3cc0427ccf18fa38b53.tar.bz2 gentoo-719835bfc763baef3112a3cc0427ccf18fa38b53.zip |
sys-firmware/seabios: ppc64 stable wrt bug #798858
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.14.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/seabios/seabios-1.14.0-r2.ebuild b/sys-firmware/seabios/seabios-1.14.0-r2.ebuild index 1982195e9d1b..14f243acf1b4 100644 --- a/sys-firmware/seabios/seabios-1.14.0-r2.ebuild +++ b/sys-firmware/seabios/seabios-1.14.0-r2.ebuild @@ -20,7 +20,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 ) |