summaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-10 23:53:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-10 23:53:58 +0000
commit05f1fa8cc99c5d8a2199ef4fa8ae272cc2aac078 (patch)
treef10e3ba094b5218482edae97764d464aa246062d /src/frontend
parente17756232fbea34877b96493eea8e0b0d2355fa6 (diff)
make more room for hybrid and source mode
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/gui/sisyphus-gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py
index 247594b..29f3ee6 100644
--- a/src/frontend/gui/sisyphus-gui.py
+++ b/src/frontend/gui/sisyphus-gui.py
@@ -366,7 +366,7 @@ class MainWorker(QtCore.QObject):
pkgList = Sisyphus.pkgList
binhostURL = getBinhostURL()
- binaryDeps = getPkgDeps(pkgList)
+ binaryDeps = getPkgBinaryDeps(pkgList)
binaryPkgs = []
os.chdir(portageCache)
@@ -427,7 +427,7 @@ class MainWorker(QtCore.QObject):
self.started.emit()
binhostURL = getBinhostURL()
- binaryDeps = getWorldDeps()
+ binaryDeps = getWorldBinaryDeps()
binaryPkgs = []
os.chdir(portageCache)