summaryrefslogtreecommitdiff
path: root/app-shells/bash
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash')
-rw-r--r--app-shells/bash/bash-5.0_p18-r1.ebuild (renamed from app-shells/bash/bash-5.0_p18.ebuild)2
-rw-r--r--app-shells/bash/bash-5.1_p16-r4.ebuild (renamed from app-shells/bash/bash-5.1_p16-r2.ebuild)2
-rw-r--r--app-shells/bash/bash-5.1_p16-r5.ebuild (renamed from app-shells/bash/bash-5.1_p16-r3.ebuild)2
-rw-r--r--app-shells/bash/bash-5.2_p15-r3.ebuild (renamed from app-shells/bash/bash-5.2_p15-r2.ebuild)2
-rw-r--r--app-shells/bash/bash-9999.ebuild2
5 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/bash/bash-5.0_p18.ebuild b/app-shells/bash/bash-5.0_p18-r1.ebuild
index 23ec36757da4..704cb5b5fbe4 100644
--- a/app-shells/bash/bash-5.0_p18.ebuild
+++ b/app-shells/bash/bash-5.0_p18-r1.ebuild
@@ -218,7 +218,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)
diff --git a/app-shells/bash/bash-5.1_p16-r2.ebuild b/app-shells/bash/bash-5.1_p16-r4.ebuild
index a9b7b120cc74..0b77f1aab780 100644
--- a/app-shells/bash/bash-5.1_p16-r2.ebuild
+++ b/app-shells/bash/bash-5.1_p16-r4.ebuild
@@ -250,7 +250,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)
diff --git a/app-shells/bash/bash-5.1_p16-r3.ebuild b/app-shells/bash/bash-5.1_p16-r5.ebuild
index 9ff113498a62..706d0106eb91 100644
--- a/app-shells/bash/bash-5.1_p16-r3.ebuild
+++ b/app-shells/bash/bash-5.1_p16-r5.ebuild
@@ -252,7 +252,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)
diff --git a/app-shells/bash/bash-5.2_p15-r2.ebuild b/app-shells/bash/bash-5.2_p15-r3.ebuild
index 6d741db8454c..1c78f3bab2c0 100644
--- a/app-shells/bash/bash-5.2_p15-r2.ebuild
+++ b/app-shells/bash/bash-5.2_p15-r3.ebuild
@@ -292,7 +292,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 7d9c7837f3c1..105e8c1c815e 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -290,7 +290,7 @@ src_install() {
done
local sed_args=(
- -e "s:#${USERLAND}#@::"
+ -e 's:#GNU#@::'
-e '/#@/d'
)