summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-30 11:03:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-30 11:03:54 +0200
commit804d7fdeeceb80c39ba028c0bb0e2aa3be7a00e5 (patch)
tree637610706f6c16835bb235af4e03c11f22152f4e /x11-misc/sux/files
parentdev-java/asm: remove old (diff)
downloadgentoo-804d7fdeeceb80c39ba028c0bb0e2aa3be7a00e5.tar.gz
gentoo-804d7fdeeceb80c39ba028c0bb0e2aa3be7a00e5.tar.bz2
gentoo-804d7fdeeceb80c39ba028c0bb0e2aa3be7a00e5.zip
x11-misc/sux: Drop 1.0-r4, EAPI5--
Closes: https://bugs.gentoo.org/776457 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/sux/files')
-rw-r--r--x11-misc/sux/files/sux-1.0-dash.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/sux/files/sux-1.0-dash.patch b/x11-misc/sux/files/sux-1.0-dash.patch
deleted file mode 100644
index a2ba00e0be05..000000000000
--- a/x11-misc/sux/files/sux-1.0-dash.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/sux
-+++ b/sux
-@@ -302,7 +302,8 @@
- then
- if [ "$sux_got_minus" = "1" ]
- then
-- sux_cmd="sh -c \"exec -l \$SHELL\""
-+ # exec -l does not work in dash (Gentoo bug #473200)
-+ sux_cmd="sh -c \"exec \$SHELL\""
- else
- sux_cmd="\$SHELL"
- fi