summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ross <aross@gentoo.org>2006-08-09 09:51:44 +0000
committerAndrew Ross <aross@gentoo.org>2006-08-09 09:51:44 +0000
commit3e6a290f36b3c99446eda75c9345fb8770450fa2 (patch)
treedffe46aa26d0c3c5e42748ab2390204e49f5f493 /app-emulation/xen-tools
parentAlter ebuild so that the metadata cache is invalidated. (diff)
downloadgentoo-2-3e6a290f36b3c99446eda75c9345fb8770450fa2.tar.gz
gentoo-2-3e6a290f36b3c99446eda75c9345fb8770450fa2.tar.bz2
gentoo-2-3e6a290f36b3c99446eda75c9345fb8770450fa2.zip
Fix minor bug (debug USE flag ignored) introduced by the fix for bug #124361
(Portage version: 2.1-r1)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/ChangeLog5
-rw-r--r--app-emulation/xen-tools/xen-tools-3.0.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index 785d50ead041..a42dbdee3550 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.14 2006/08/09 09:10:52 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.15 2006/08/09 09:51:44 aross Exp $
+
+ 10 Aug 2006; Andrew Ross <aross@gentoo.org> xen-tools-3.0.2-r2.ebuild:
+ Fix minor bug (debug USE flag ignored) introduced by the fix for bug #124361
10 Aug 2006; Andrew Ross <aross@gentoo.org>
+files/xen-tools-3.0.2-test-uuid.patch,
diff --git a/app-emulation/xen-tools/xen-tools-3.0.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-3.0.2-r2.ebuild
index 661ee8fcc2ff..ded1599e82f7 100644
--- a/app-emulation/xen-tools/xen-tools-3.0.2-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.0.2-r2.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/xen-tools/xen-tools-3.0.2-r2.ebuild,v 1.2 2006/08/09 09:10:52 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2-r2.ebuild,v 1.3 2006/08/09 09:51:44 aross Exp $
inherit mount-boot flag-o-matic distutils eutils
@@ -89,7 +89,7 @@ src_unpack() {
}
src_compile() {
- local myopt, myconf
+ local myopt myconf
use debug && myopt="${myopt} debug=y"
myconf="${myconf} $(use_enable vnc)"