diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-05-14 19:40:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-05-14 19:40:21 +0000 |
commit | 18a61be13a131a1de6754fe4582bee3819ee4d37 (patch) | |
tree | 9e01e4ee9e8a21ac1de78ee1c27c66b3024c34f9 /app-emulation | |
parent | Stable on ppc64; bug #221063 (diff) | |
download | gentoo-2-18a61be13a131a1de6754fe4582bee3819ee4d37.tar.gz gentoo-2-18a61be13a131a1de6754fe4582bee3819ee4d37.tar.bz2 gentoo-2-18a61be13a131a1de6754fe4582bee3819ee4d37.zip |
Marked ppc
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index e8038c1e67f1..5a13cdee4236 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.52 2008/05/14 14:50:58 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.53 2008/05/14 19:40:21 lu_zero Exp $ + + 14 May 2008; Luca Barbato <lu_zero@gentoo.org> + qemu-softmmu-0.9.1-r3.ebuild: + Marked ppc 14 May 2008; Christian Faulhammer <opfer@gentoo.org> qemu-softmmu-0.9.1-r3.ebuild: diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild index 1f9158a6b31c..35ccb9eaf48a 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild,v 1.2 2008/05/14 14:50:58 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r3.ebuild,v 1.3 2008/05/14 19:40:21 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P/-softmmu/}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="-alpha ~amd64 ~ppc -sparc x86" +KEYWORDS="-alpha ~amd64 ppc -sparc x86" IUSE="sdl kqemu gnutls alsa" RESTRICT="binchecks test" |