diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-21 21:02:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-21 21:02:28 +0000 |
commit | 81f65885a3e2f89a981483ebf17f3801f3afc71d (patch) | |
tree | 8b171a053de1c8f11807ea0dc7a20ffe261612da /sys-firmware | |
parent | Fix .cabal depends for -f-test mode (bug #444124 by Dennis Lissov) (diff) | |
download | gentoo-2-81f65885a3e2f89a981483ebf17f3801f3afc71d.tar.gz gentoo-2-81f65885a3e2f89a981483ebf17f3801f3afc71d.tar.bz2 gentoo-2-81f65885a3e2f89a981483ebf17f3801f3afc71d.zip |
Stable for x86, wrt to bug #440092
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/sgabios/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/sgabios/sgabios-0.1_pre8.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-firmware/sgabios/ChangeLog b/sys-firmware/sgabios/ChangeLog index d20c144b7c8f..6179676e516f 100644 --- a/sys-firmware/sgabios/ChangeLog +++ b/sys-firmware/sgabios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/sgabios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.2 2012/11/03 09:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.3 2012/11/21 21:02:28 ago Exp $ + + 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> sgabios-0.1_pre8.ebuild: + Stable for x86, wrt to bug #440092 03 Nov 2012; <ago@gentoo.org> sgabios-0.1_pre8.ebuild: Stable for amd64, wrt bug #440092 @@ -14,4 +17,3 @@ 22 Jul 2012; Doug Goldstein <cardoe@gentoo.org> +sgabios-0.1_pre8.ebuild, +metadata.xml: Add initial version - diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild index 2e8535a08a25..b6462e6be3a9 100644 --- a/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild +++ b/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.2 2012/11/03 09:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.3 2012/11/21 21:02:28 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" DEPEND="" |