commit:     a2b773e09e3c5bde3deaafaed2fe248ebd350efb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 16:26:14 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 22 16:26:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b773e0

app-shells/bash: remove ${USERLAND}

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-shells/bash/{bash-5.0_p18.ebuild => bash-5.0_p18-r1.ebuild}    | 2 +-
 app-shells/bash/{bash-5.1_p16-r2.ebuild => bash-5.1_p16-r4.ebuild} | 2 +-
 app-shells/bash/{bash-5.1_p16-r3.ebuild => bash-5.1_p16-r5.ebuild} | 2 +-
 app-shells/bash/{bash-5.2_p15-r2.ebuild => bash-5.2_p15-r3.ebuild} | 2 +-
 app-shells/bash/bash-9999.ebuild                                   | 2 +-
 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
similarity index 99%
rename from app-shells/bash/bash-5.0_p18.ebuild
rename to 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
similarity index 99%
rename from app-shells/bash/bash-5.1_p16-r2.ebuild
rename to 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
similarity index 99%
rename from app-shells/bash/bash-5.1_p16-r3.ebuild
rename to 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
similarity index 99%
rename from app-shells/bash/bash-5.2_p15-r2.ebuild
rename to 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'
        )
 

Reply via email to