Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/
Date: Mon, 17 May 2021 07:49:16
Message-Id: 1621237743.f4b3540de87ddb8e22433694bdb4d18b68a0d567.ago@gentoo
1 commit: f4b3540de87ddb8e22433694bdb4d18b68a0d567
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 07:48:12 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 07:49:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b3540d
7
8 sys-firmware/seabios: x86 stable wrt bug #790374
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-firmware/seabios/seabios-1.14.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-firmware/seabios/seabios-1.14.0.ebuild b/sys-firmware/seabios/seabios-1.14.0.ebuild
18 index c08ef3e663f..0c4005c94f0 100644
19 --- a/sys-firmware/seabios/seabios-1.14.0.ebuild
20 +++ b/sys-firmware/seabios/seabios-1.14.0.ebuild
21 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* || -n "${EGIT_COMMIT}" ]] ; then
22 EGIT_REPO_URI="git://git.seabios.org/seabios.git"
23 inherit git-r3
24 else
25 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86"
26 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86"
27
28 SRC_URI="
29 !binary? ( https://www.seabios.org/downloads/${P}.tar.gz )