diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 19:33:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 19:33:10 +0000 |
commit | 4da4d04a01ac98ef25a1c9f8b8bc87dfe069d353 (patch) | |
tree | 78acf06224456734ebb4aae92710145a1a6ca10c /sys-firmware | |
parent | Stable for x86, wrt bug #468812 (diff) | |
download | gentoo-2-4da4d04a01ac98ef25a1c9f8b8bc87dfe069d353.tar.gz gentoo-2-4da4d04a01ac98ef25a1c9f8b8bc87dfe069d353.tar.bz2 gentoo-2-4da4d04a01ac98ef25a1c9f8b8bc87dfe069d353.zip |
Stable for x86, wrt bug #468918
(Portage version: 2.1.11.63/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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog index 4bfb8dede59a..379df09a54ab 100644 --- a/sys-firmware/seabios/ChangeLog +++ b/sys-firmware/seabios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/seabios # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.15 2013/05/07 19:32:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.16 2013/05/07 19:33:10 ago Exp $ + + 07 May 2013; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.2.ebuild: + Stable for x86, wrt bug #468918 07 May 2013; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.2.ebuild: Stable for amd64, wrt bug #468918 diff --git a/sys-firmware/seabios/seabios-1.7.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.ebuild index 089dea341549..5534d5f46be7 100644 --- a/sys-firmware/seabios/seabios-1.7.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.5 2013/05/07 19:32:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.ebuild,v 1.6 2013/05/07 19:33:10 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then KEYWORDS="" SRC_URI="" 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 ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}" |