diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:20:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:20:18 +0000 |
commit | a15930ef717dd618372bc9c77182dccbdfff417e (patch) | |
tree | 2a1274501a11e38315bc189109f1f99079988615 | |
parent | x86 stable wrt bug #491948 (diff) | |
download | gentoo-2-a15930ef717dd618372bc9c77182dccbdfff417e.tar.gz gentoo-2-a15930ef717dd618372bc9c77182dccbdfff417e.tar.bz2 gentoo-2-a15930ef717dd618372bc9c77182dccbdfff417e.zip |
x86 stable wrt bug #483760
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-1.5.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 1663a92fef36..d86695021b51 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.246 2014/01/19 23:04:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.247 2014/02/24 02:20:18 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> qemu-1.5.3.ebuild: + x86 stable wrt bug #483760 19 Jan 2014; Doug Goldstein <cardoe@gentoo.org> qemu-1.7.0.ebuild: Nudge the SeaBIOS depend to the correct version for this release. diff --git a/app-emulation/qemu/qemu-1.5.3.ebuild b/app-emulation/qemu/qemu-1.5.3.ebuild index b77c98118efc..b727a97f4461 100644 --- a/app-emulation/qemu/qemu-1.5.3.ebuild +++ b/app-emulation/qemu/qemu-1.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.5.3.ebuild,v 1.3 2013/09/15 09:29:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.5.3.ebuild,v 1.4 2014/02/24 02:20:18 phajdan.jr Exp $ EAPI=5 @@ -21,7 +21,7 @@ else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |