diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-05-16 21:36:18 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-05-16 21:36:18 +0000 |
commit | e4d95780e87053c6af94aef41358635761c85706 (patch) | |
tree | f76296e8a83a79d80696083618e0a700b4abbc3d /app-emulation/qemu-user | |
parent | keyworded ~ppc (bug #174858) (diff) | |
download | historical-e4d95780e87053c6af94aef41358635761c85706.tar.gz historical-e4d95780e87053c6af94aef41358635761c85706.tar.bz2 historical-e4d95780e87053c6af94aef41358635761c85706.zip |
Marked ppc
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-emulation/qemu-user')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 956574ce0ad6..df66c3072234 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.27 2007/05/08 19:09:14 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.28 2007/05/16 21:32:29 lu_zero Exp $ + + 16 May 2007; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.9.0.ebuild: + Marked ppc 08 May 2007; Markus Ullmann <jokey@gentoo.org> qemu-user-0.9.0.ebuild: Stable on x86 wrt security bug #176674 diff --git a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild b/app-emulation/qemu-user/qemu-user-0.9.0.ebuild index afcfb78aa6a1..5e3a8acb72b6 100644 --- a/app-emulation/qemu-user/qemu-user-0.9.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.9.0.ebuild,v 1.3 2007/05/08 19:09:14 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.9.0.ebuild,v 1.4 2007/05/16 21:32:29 lu_zero Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${P/-user/}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="-alpha ~amd64 ~ppc -sparc x86" +KEYWORDS="-alpha ~amd64 ppc -sparc x86" IUSE="" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" |