summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2011-06-07 18:08:59 +0000
committerDoug Goldstein <cardoe@gentoo.org>2011-06-07 18:08:59 +0000
commit3166b62b1880b4b179d3353e6449a35e55793940 (patch)
tree4e6768cdc753130975085287c50d85ffe15e7fd5 /app-emulation
parentRevision bump to fix bug #259207, thanks to Victor Yu. Kowalsky for the report. (diff)
downloadgentoo-2-3166b62b1880b4b179d3353e6449a35e55793940.tar.gz
gentoo-2-3166b62b1880b4b179d3353e6449a35e55793940.tar.bz2
gentoo-2-3166b62b1880b4b179d3353e6449a35e55793940.zip
Fix an issue in the previous patch
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virt-manager/ChangeLog9
-rw-r--r--app-emulation/virt-manager/files/virt-manager-0.8.7-vcpu-stats.patch2
-rw-r--r--app-emulation/virt-manager/virt-manager-0.8.7-r2.ebuild (renamed from app-emulation/virt-manager/virt-manager-0.8.7-r1.ebuild)2
3 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog
index 0510c0673e14..89657803952c 100644
--- a/app-emulation/virt-manager/ChangeLog
+++ b/app-emulation/virt-manager/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.44 2011/06/07 17:11:50 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.45 2011/06/07 18:08:59 cardoe Exp $
+
+*virt-manager-0.8.7-r2 (07 Jun 2011)
+
+ 07 Jun 2011; Doug Goldstein <cardoe@gentoo.org>
+ -virt-manager-0.8.7-r1.ebuild, +virt-manager-0.8.7-r2.ebuild,
+ files/virt-manager-0.8.7-vcpu-stats.patch:
+ Fix an issue in the previous patch
*virt-manager-0.8.7-r1 (07 Jun 2011)
diff --git a/app-emulation/virt-manager/files/virt-manager-0.8.7-vcpu-stats.patch b/app-emulation/virt-manager/files/virt-manager-0.8.7-vcpu-stats.patch
index 4bdca3ef7346..e7dd93260deb 100644
--- a/app-emulation/virt-manager/files/virt-manager-0.8.7-vcpu-stats.patch
+++ b/app-emulation/virt-manager/files/virt-manager-0.8.7-vcpu-stats.patch
@@ -12,7 +12,7 @@ diff -ur a/src/virtManager/domain.py b/src/virtManager/domain.py
+ if self.vcpu_count() > 0:
+ pcentCpuTime /= self.vcpu_count()
+ else:
-+ pcentCpuTime /= self.connection.host_active_processor_count()))
++ pcentCpuTime /= self.connection.host_active_processor_count()
# Due to timing diffs between getting wall time & getting
# the domain's time, its possible to go a tiny bit over
diff --git a/app-emulation/virt-manager/virt-manager-0.8.7-r1.ebuild b/app-emulation/virt-manager/virt-manager-0.8.7-r2.ebuild
index e4c2e030169f..9b8da6b1d4c7 100644
--- a/app-emulation/virt-manager/virt-manager-0.8.7-r1.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.8.7-r2.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/virt-manager/virt-manager-0.8.7-r1.ebuild,v 1.1 2011/06/07 17:11:50 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7-r2.ebuild,v 1.1 2011/06/07 18:08:59 cardoe Exp $
#BACKPORTS=