diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:14:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:14:36 +0000 |
commit | e89477ecf0a45a1a89b3b790132702f14c2bb728 (patch) | |
tree | b980b1256e8e6990219395266f94bdd7a28a2a03 /sys-firmware | |
parent | Stable for x86, wrt bug #439212 (diff) | |
download | gentoo-2-e89477ecf0a45a1a89b3b790132702f14c2bb728.tar.gz gentoo-2-e89477ecf0a45a1a89b3b790132702f14c2bb728.tar.bz2 gentoo-2-e89477ecf0a45a1a89b3b790132702f14c2bb728.zip |
Stable for x86, wrt bug #439418
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/vgabios/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/vgabios/vgabios-0.7a.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-firmware/vgabios/ChangeLog b/sys-firmware/vgabios/ChangeLog index 92475b899f44..abbe6001aff1 100644 --- a/sys-firmware/vgabios/ChangeLog +++ b/sys-firmware/vgabios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/vgabios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/ChangeLog,v 1.2 2012/10/24 09:58:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/ChangeLog,v 1.3 2012/12/04 11:14:36 ago Exp $ + + 04 Dec 2012; <ago@gentoo.org> vgabios-0.7a.ebuild: + Stable for x86, wrt bug #439418 24 Oct 2012; <ago@gentoo.org> vgabios-0.7a.ebuild: Stable for amd64, wrt bug #439418 @@ -70,4 +73,3 @@ +metadata.xml: Initial work on a vgabios ebuild instead of using the precompiled pieces from QEMU. - diff --git a/sys-firmware/vgabios/vgabios-0.7a.ebuild b/sys-firmware/vgabios/vgabios-0.7a.ebuild index f9f451b225c5..d1e39d9bfa79 100644 --- a/sys-firmware/vgabios/vgabios-0.7a.ebuild +++ b/sys-firmware/vgabios/vgabios-0.7a.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/vgabios/vgabios-0.7a.ebuild,v 1.2 2012/10/24 09:58:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/vgabios/vgabios-0.7a.ebuild,v 1.3 2012/12/04 11:14:36 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tgz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND="amd64? ( sys-devel/dev86 ) |