diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 17:37:34 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 17:37:34 +0000 |
commit | ea8e6e392fada4eeb9b72c49416c2c8759a30603 (patch) | |
tree | 1db27d8c487cc24e7139a3c348f420af16533500 /app-emulation/qemu-softmmu | |
parent | Cleanup ebuild; remove old (diff) | |
download | gentoo-2-ea8e6e392fada4eeb9b72c49416c2c8759a30603.tar.gz gentoo-2-ea8e6e392fada4eeb9b72c49416c2c8759a30603.tar.bz2 gentoo-2-ea8e6e392fada4eeb9b72c49416c2c8759a30603.zip |
Minor fix
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu-softmmu')
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index 75f9e19498a0..7632415dcc04 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.56 2009/03/06 22:41:31 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.57 2009/03/09 17:37:34 lu_zero Exp $ + + 09 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.10.0.ebuild: + Fix leftover from kvm ebuild import *qemu-softmmu-0.10.0 (06 Mar 2009) diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild index 6b9b48dd3316..c15c48456d67 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.10.0.ebuild,v 1.2 2009/03/07 06:35:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.10.0.ebuild,v 1.3 2009/03/09 17:37:34 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -75,7 +75,7 @@ src_compile() { ./configure ${conf_opts} --audio-drv-list="$audio_opts" || die "econf failed" - mycc=$(cat qemu/config-host.mak | egrep "^CC=" | cut -d "=" -f 2) + mycc=$(cat config-host.mak | egrep "^CC=" | cut -d "=" -f 2) filter-flags -fpie -fstack-protector |