diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-11-16 21:03:48 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-11-16 21:03:48 +0000 |
commit | a655aef1a702a105ffcfea36fa6f7ddcdeb0080c (patch) | |
tree | 6e423a22d9eecdec1546c492f2483e1a8607505b /app-emulation/qemu | |
parent | returning lzw-tiff flag until 3.6 dies (diff) | |
download | gentoo-2-a655aef1a702a105ffcfea36fa6f7ddcdeb0080c.tar.gz gentoo-2-a655aef1a702a105ffcfea36fa6f7ddcdeb0080c.tar.bz2 gentoo-2-a655aef1a702a105ffcfea36fa6f7ddcdeb0080c.zip |
stray useflag
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index dd3e1ebe6e48..6b9a39f256ff 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.20 2004/11/15 13:46:25 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.21 2004/11/16 21:03:48 lu_zero Exp $ + + 16 Nov 2004; Luca Barbato <lu_zero@gentoo.org> qemu-0.6.1.ebuild: + Stray useflag removed *qemu-0.6.1 (15 Nov 2004) diff --git a/app-emulation/qemu/qemu-0.6.1.ebuild b/app-emulation/qemu/qemu-0.6.1.ebuild index 162c103301d5..a38080e9c2fe 100644 --- a/app-emulation/qemu/qemu-0.6.1.ebuild +++ b/app-emulation/qemu/qemu-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.1.ebuild,v 1.1 2004/11/15 13:46:25 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.1.ebuild,v 1.2 2004/11/16 21:03:48 lu_zero Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc -alpha -sparc" -IUSE="softmmu qemu-fast sdl nptl nptlonly" +IUSE="softmmu qemu-fast sdl nptl" #nptlonly" RESTRICT="nostrip" DEPEND="virtual/libc |