diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-04-16 23:00:31 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-04-16 23:00:31 +0000 |
commit | 7cb2aaaa8baafd892badc799c0d5ca4a6801575d (patch) | |
tree | e841783db1bce8c3c38512e1964e0dfe1ad08087 /app-emulation/qemu-user | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-7cb2aaaa8baafd892badc799c0d5ca4a6801575d.tar.gz gentoo-2-7cb2aaaa8baafd892badc799c0d5ca4a6801575d.tar.bz2 gentoo-2-7cb2aaaa8baafd892badc799c0d5ca4a6801575d.zip |
Stable on ppc.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-emulation/qemu-user')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index eeb7ff34f38b..505e546a708f 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.9 2006/04/01 15:51:49 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.10 2006/04/16 23:00:31 hansmi Exp $ + + 16 Apr 2006; Michael Hanselmann <hansmi@gentoo.org> + qemu-user-0.8.0.ebuild: + Stable on ppc. 01 Apr 2006; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.8.0.ebuild: Restricted test feature diff --git a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild b/app-emulation/qemu-user/qemu-user-0.8.0.ebuild index a612873e069d..9245fad6df37 100644 --- a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.8.0.ebuild,v 1.4 2006/04/01 15:51:49 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.0.ebuild,v 1.5 2006/04/16 23:00:31 hansmi 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="x86 ~ppc -alpha -sparc ~amd64" +KEYWORDS="-alpha ~amd64 ppc -sparc x86" IUSE="" #qvm86 debug nptl qemu-fast nptlonly" RESTRICT="nostrip test" |