summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-05-22 18:26:14 +0200
committerDavid Seifert <soap@gentoo.org>2023-05-22 18:26:14 +0200
commita2b773e09e3c5bde3deaafaed2fe248ebd350efb (patch)
treeb8f94ea64c427a40880af59b1ac3a07b974d20d8
parentnet-libs/libpcap: remove ${USERLAND} (diff)
downloadgentoo-a2b773e0.tar.gz
gentoo-a2b773e0.tar.bz2
gentoo-a2b773e0.zip
app-shells/bash: remove ${USERLAND}
Signed-off-by: David Seifert <soap@gentoo.org>
-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'
)