summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-30 00:20:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-30 00:20:01 +0000
commit826d1b3f488d3549cbd42ccc73ad90ea1ce88f0b (patch)
treea84b9e02a2ed47c2b0cac999a53205ba3c7cc5ae /app-portage/sisyphus/files
parented5eafdd6cce789eb6b007f944fddf6f9f3174ba (diff)
app-portage/sisyphus : split => app-portage/sisyphus && app-portage/sisyphus-qt
Diffstat (limited to 'app-portage/sisyphus/files')
-rw-r--r--app-portage/sisyphus/files/a23accad55705278cb19592c4af785dd182f36b7.patch26
1 files changed, 0 insertions, 26 deletions
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)