summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2011-06-08 22:17:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2011-06-08 22:17:26 +0000
commit036352f34fa3d374b2b26a5902c8f545b54ed86d (patch)
tree9572959cc59a4a9b8230542b74c5d7a8aea76c4f /app-emulation
parentper ford_prefect, apply the previous change to the stable ebuild. (diff)
downloadgentoo-2-036352f34fa3d374b2b26a5902c8f545b54ed86d.tar.gz
gentoo-2-036352f34fa3d374b2b26a5902c8f545b54ed86d.tar.bz2
gentoo-2-036352f34fa3d374b2b26a5902c8f545b54ed86d.zip
Fix USE=debug builds
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-kvm/ChangeLog5
-rw-r--r--app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog
index 72e777708198..688991baf8a5 100644
--- a/app-emulation/qemu-kvm/ChangeLog
+++ b/app-emulation/qemu-kvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu-kvm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.54 2011/05/31 15:53:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.55 2011/06/08 22:17:26 cardoe Exp $
+
+ 08 Jun 2011; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-0.14.1-r1.ebuild:
+ Fix USE=debug builds
*qemu-kvm-0.14.1-r1 (31 May 2011)
diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild
index cb25ceea4cd2..619eeb17e874 100644
--- a/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild
+++ b/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild,v 1.1 2011/05/31 15:53:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.14.1-r1.ebuild,v 1.2 2011/06/08 22:17:26 cardoe Exp $
BACKPORTS=1
@@ -166,7 +166,7 @@ src_configure() {
use static && conf_opts="${conf_opts} --static"
# Support debug USE flag
- use debug && conf_opts="${conf_opts} --enable-debug"
+ use debug && conf_opts="${conf_opts} --enable-debug --disable-strip"
# Fix the $(prefix)/etc issue
conf_opts="${conf_opts} --sysconfdir=/etc"
@@ -176,8 +176,6 @@ src_configure() {
conf_opts="${conf_opts} $(use_enable bluetooth bluez)"
conf_opts="${conf_opts} $(use_enable brltty brlapi)"
conf_opts="${conf_opts} $(use_enable curl)"
- conf_opts="${conf_opts} $(use_enable debug strip)"
- conf_opts="${conf_opts} $(use_enable debug debug-tcg)"
conf_opts="${conf_opts} $(use_enable fdt)"
conf_opts="${conf_opts} $(use_enable hardened user-pie)"
conf_opts="${conf_opts} $(use_enable jpeg vnc-jpeg)"