summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2009-03-10 16:39:27 +0000
committerLuca Barbato <lu_zero@gentoo.org>2009-03-10 16:39:27 +0000
commitf7194bd1c40e4c0f68337d1b924f6fad2c3fb847 (patch)
tree58e008a1544a083c212a80e9734637af043cd0ad /app-emulation
parentInitial commit, ebuild by Svoop & Rambaldi. Taken from the VoiP overlay but H... (diff)
downloadgentoo-2-f7194bd1c40e4c0f68337d1b924f6fad2c3fb847.tar.gz
gentoo-2-f7194bd1c40e4c0f68337d1b924f6fad2c3fb847.tar.bz2
gentoo-2-f7194bd1c40e4c0f68337d1b924f6fad2c3fb847.zip
Fix leftover from kvm ebuild import
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-user/ChangeLog5
-rw-r--r--app-emulation/qemu-user/qemu-user-0.10.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog
index b78ce8970ba9..13ed46c17aa0 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.33 2009/03/07 14:31:12 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.34 2009/03/10 16:39:27 lu_zero Exp $
+
+ 10 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.10.0.ebuild:
+ Fix leftover from kvm ebuild import
*qemu-user-0.10.0 (07 Mar 2009)
diff --git a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild b/app-emulation/qemu-user/qemu-user-0.10.0.ebuild
index 89bed192129a..75ec0a7eb8f2 100644
--- a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild
+++ b/app-emulation/qemu-user/qemu-user-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-user/qemu-user-0.10.0.ebuild,v 1.2 2009/03/09 04:20:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.10.0.ebuild,v 1.3 2009/03/10 16:39:27 lu_zero Exp $
inherit eutils flag-o-matic
@@ -57,7 +57,7 @@ src_compile() {
./configure ${conf_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