summaryrefslogtreecommitdiff
path: root/app-admin/calamares/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-17 18:46:26 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-17 18:46:26 +0100
commitc5a1154411e4a9e6624c6988491dc546cfea0a40 (patch)
tree2894c3d9c0b47b772386f10e7fc8a55bdc2cf8f7 /app-admin/calamares/files
parent2c60c47093d5e1cfe921d1a57801ed8c2d8c1716 (diff)
drop calamares 2.3, focus on 2.4.2
Diffstat (limited to 'app-admin/calamares/files')
-rw-r--r--app-admin/calamares/files/calamares-portage-backend-properly-remove-revdeps.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/calamares/files/calamares-portage-backend-properly-remove-revdeps.patch b/app-admin/calamares/files/calamares-portage-backend-properly-remove-revdeps.patch
deleted file mode 100644
index e947e9c5..00000000
--- a/app-admin/calamares/files/calamares-portage-backend-properly-remove-revdeps.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur a/src/modules/packages/main.py b/src/modules/packages/main.py
---- a/src/modules/packages/main.py 2016-04-12 10:23:47.000000000 +0100
-+++ b/src/modules/packages/main.py 2016-08-12 16:17:12.660215490 +0100
-@@ -87,6 +87,7 @@
- check_target_env_call(["pacman", "-Rs", "--noconfirm"] + pkgs)
- elif self.backend == "portage":
- check_target_env_call(["emerge", "-C"] + pkgs)
-+ check_target_env_call(["emerge", "--depclean", "-q"])
- elif self.backend == "entropy":
- check_target_env_call(["equo", "rm"] + pkgs)
-