diff options
author | 2011-06-17 15:49:41 +0000 | |
---|---|---|
committer | 2011-06-17 15:49:41 +0000 | |
commit | fe6546beab0bb665f815284824ff8679e9fbd4f1 (patch) | |
tree | c6470f869df605ae06035878d477e00052b65975 /net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch | |
parent | app-forensics/ ovaldi: moved to gx86 by me (diff) | |
download | sunrise-fe6546beab0bb665f815284824ff8679e9fbd4f1.tar.gz sunrise-fe6546beab0bb665f815284824ff8679e9fbd4f1.tar.bz2 sunrise-fe6546beab0bb665f815284824ff8679e9fbd4f1.zip |
dev-db/spatialite, net-misc/gns3, sys-power/acpi_call: Moved to gx86.
svn path=/sunrise/; revision=12136
Diffstat (limited to 'net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch')
-rw-r--r-- | net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch b/net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch deleted file mode 100644 index 2eaea482d..000000000 --- a/net-misc/gns3/files/gns3-0.7.2_set_qemu_path.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py.old 2010-04-12 11:13:56.594820507 +0200 -+++ /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py 2010-04-12 11:15:02.599822184 +0200 -@@ -82,8 +82,7 @@ - if sys.platform.startswith('win'): - self.conf.qemuwrapper_path = unicode('qemuwrapper.exe') - else: -- path = os.getcwd() + '/qemuwrapper/qemuwrapper.py' -- self.conf.qemuwrapper_path = unicode(path, errors='replace') -+ self.conf.qemuwrapper_path = unicode('/usr/libexec/gns3/qemuwrapper.py') - - # Default path to working directory - if self.conf.qemuwrapper_workdir == '': |