From 826d1b3f488d3549cbd42ccc73ad90ea1ce88f0b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Nov 2020 00:20:01 +0000 Subject: app-portage/sisyphus : split => app-portage/sisyphus && app-portage/sisyphus-qt --- .../a23accad55705278cb19592c4af785dd182f36b7.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 app-portage/sisyphus/files/a23accad55705278cb19592c4af785dd182f36b7.patch (limited to 'app-portage/sisyphus/files') diff --git a/app-portage/sisyphus/files/a23accad55705278cb19592c4af785dd182f36b7.patch b/app-portage/sisyphus/files/a23accad55705278cb19592c4af785dd182f36b7.patch deleted file mode 100644 index cc5c48c6..00000000 --- a/app-portage/sisyphus/files/a23accad55705278cb19592c4af785dd182f36b7.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/src/backend/autoremove.py b/src/backend/autoremove.py -index b5b732f9a15b023bc288e2ed81615b0129e2a567..497d8e5c66a263e52acd7b92c2fa4c22aaa4ff92 100644 ---- a/src/backend/autoremove.py -+++ b/src/backend/autoremove.py -@@ -6,7 +6,7 @@ import sisyphus.database - import sys - - def start(): -- if sisyphus.check.root() == 0: -+ if sisyphus.check.root(): - portageExec = subprocess.Popen(['emerge', '--quiet', '--depclean', '--ask']) - portageExec.wait() - sisyphus.database.syncLocal() -diff --git a/src/backend/branchsetup.py b/src/backend/branchsetup.py -index e0d27a66ac56eccf93050388acdb0a962cf39028..0a54dd81e1e0f425604928d9c768c567573639a5 100644 ---- a/src/backend/branchsetup.py -+++ b/src/backend/branchsetup.py -@@ -82,7 +82,7 @@ def warnAboutBinaryRepository(branch,remote): - - - def start(branch,remote): -- if sisyphus.check.root() == 0: -+ if sisyphus.check.root(): - sisyphus.branchreset.start() - injectGentooPortageTree(branch,remote) - injectRedcoreEbuildOverlay(branch,remote) -- cgit v1.2.3