diff options
author | 2014-09-13 17:07:07 +0000 | |
---|---|---|
committer | 2014-09-13 17:07:07 +0000 | |
commit | 260ede1184c9fcd0a6b45bb3655f3839323c20cd (patch) | |
tree | 6b1c880108fdae5559dd3412eeeb744454d1dfd0 /sys-firmware | |
parent | Stable for x86, wrt bug #520688 (diff) | |
download | gentoo-2-260ede1184c9fcd0a6b45bb3655f3839323c20cd.tar.gz gentoo-2-260ede1184c9fcd0a6b45bb3655f3839323c20cd.tar.bz2 gentoo-2-260ede1184c9fcd0a6b45bb3655f3839323c20cd.zip |
Stable for x86, wrt bug #520688
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/ChangeLog | 5 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog index 5ceecb7d2c26..2a0c798c1a82 100644 --- a/sys-firmware/seabios/ChangeLog +++ b/sys-firmware/seabios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/seabios # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.34 2014/09/13 17:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.35 2014/09/13 17:07:07 ago Exp $ + + 13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.5.ebuild: + Stable for x86, wrt bug #520688 13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.5.ebuild: Stable for amd64, wrt bug #520688 diff --git a/sys-firmware/seabios/seabios-1.7.5.ebuild b/sys-firmware/seabios/seabios-1.7.5.ebuild index e34b60ab8cfd..1cc4c7efc3ac 100644 --- a/sys-firmware/seabios/seabios-1.7.5.ebuild +++ b/sys-firmware/seabios/seabios-1.7.5.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.5.ebuild,v 1.2 2014/09/13 17:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.5.ebuild,v 1.3 2014/09/13 17:07:07 ago Exp $ EAPI=5 @@ -19,7 +19,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" SRC_URI="http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz |