summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2016-02-28 00:12:09 -0600
committerMatthias Maier <tamiko@gentoo.org>2016-02-28 00:15:13 -0600
commit7f8b67a06b5d77de1da2ffa6b5db8952b4166544 (patch)
treeca167fee6d8b8bf04666156b4218676f6ba4a654 /app-emulation/virt-manager/files
parentapp-emulation/virt-manager: Stable for amd64, x86 (diff)
downloadgentoo-7f8b67a06b5d77de1da2ffa6b5db8952b4166544.tar.gz
gentoo-7f8b67a06b5d77de1da2ffa6b5db8952b4166544.tar.bz2
gentoo-7f8b67a06b5d77de1da2ffa6b5db8952b4166544.zip
app-emulation/virt-manager: remove old 1.1.0-r2, 1.2.1, 1.3.0-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/virt-manager/files')
-rw-r--r--app-emulation/virt-manager/files/virt-manager-1.1.0-optional_avahi.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emulation/virt-manager/files/virt-manager-1.1.0-optional_avahi.patch b/app-emulation/virt-manager/files/virt-manager-1.1.0-optional_avahi.patch
deleted file mode 100644
index a480148d8c59..000000000000
--- a/app-emulation/virt-manager/files/virt-manager-1.1.0-optional_avahi.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/virtManager/connect.py b/virtManager/connect.py
-index f7f268e..c19c224 100644
---- a/virtManager/connect.py
-+++ b/virtManager/connect.py
-@@ -95,7 +95,10 @@ class vmmConnect(vmmGObjectUI):
- self.avahiserver = Gio.DBusProxy.new_sync(self.dbus, 0, None,
- "org.freedesktop.Avahi", "/",
- "org.freedesktop.Avahi.Server", None)
-+ self.avahiserver.GetVersionString()
-+ logging.debug("self.avahiserver=%s", self.avahiserver)
- except Exception, e:
-+ self.avahiserver = None
- logging.debug("Couldn't contact avahi: %s", str(e))
-
- self.reset_state()