diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:04:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 10:04:38 +0000 |
commit | c3636e3619b7cd7092e34b2fe1f794522646c315 (patch) | |
tree | d629225e736d2133464816c807df3f9763fbef86 /sys-firmware | |
parent | Stable for x86, wrt bug #482506 (diff) | |
download | gentoo-2-c3636e3619b7cd7092e34b2fe1f794522646c315.tar.gz gentoo-2-c3636e3619b7cd7092e34b2fe1f794522646c315.tar.bz2 gentoo-2-c3636e3619b7cd7092e34b2fe1f794522646c315.zip |
Stable for x86, wrt bug #484686
(Portage version: 2.2.2/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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-firmware/seabios/ChangeLog b/sys-firmware/seabios/ChangeLog index 16d470e7b93e..1d9cfe343f53 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.23 2013/09/14 08:14:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.24 2013/09/14 10:04:38 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.2.2.ebuild: + Stable for x86, wrt bug #484686 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.2.2.ebuild: Stable for amd64, wrt bug #484686 diff --git a/sys-firmware/seabios/seabios-1.7.2.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.2.ebuild index b1f5bd2d38b7..ece12884bb93 100644 --- a/sys-firmware/seabios/seabios-1.7.2.2.ebuild +++ b/sys-firmware/seabios/seabios-1.7.2.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.2.ebuild,v 1.3 2013/09/14 08:14:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/seabios-1.7.2.2.ebuild,v 1.4 2013/09/14 10:04:38 ago Exp $ EAPI=5 @@ -21,7 +21,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 http://dev.gentoo.org/~cardoe/distfiles/${P}.tar.gz |