diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 08:14:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-14 08:14:32 +0000 |
commit | 6cc58a446e6dacacbd2021344594dec8369994fa (patch) | |
tree | 337c858c00d7ae4ab143dc879d8eae53c2fd92fa /sys-firmware/seabios | |
parent | Stable for amd64, wrt bug #480276 (diff) | |
download | gentoo-2-6cc58a446e6dacacbd2021344594dec8369994fa.tar.gz gentoo-2-6cc58a446e6dacacbd2021344594dec8369994fa.tar.bz2 gentoo-2-6cc58a446e6dacacbd2021344594dec8369994fa.zip |
Stable for amd64, wrt bug #484686
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-firmware/seabios')
-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 f7db7ac6a2b2..16d470e7b93e 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.22 2013/08/27 13:25:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/seabios/ChangeLog,v 1.23 2013/09/14 08:14:32 ago Exp $ + + 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> seabios-1.7.2.2.ebuild: + Stable for amd64, wrt bug #484686 27 Aug 2013; Doug Goldstein <cardoe@gentoo.org> seabios-1.7.3.ebuild: Attempt to utilize toolchain functions rather than having it use the defaults. diff --git a/sys-firmware/seabios/seabios-1.7.2.2.ebuild b/sys-firmware/seabios/seabios-1.7.2.2.ebuild index efc125a84bc6..b1f5bd2d38b7 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.2 2013/07/28 09:27:54 jcallen Exp $ +# $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 $ 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 |