commit:     67bdb4af52217e340371d42346d592d6f40b517d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 12:40:20 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 12:42:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bdb4af

www-client/firefox-bin: add whitespace to RDEPEND+=

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox-bin/firefox-bin-128.1.0.ebuild | 4 ++--
 www-client/firefox-bin/firefox-bin-129.0.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/firefox-bin/firefox-bin-128.1.0.ebuild 
b/www-client/firefox-bin/firefox-bin-128.1.0.ebuild
index e0ac8de09f8b..ad93621b1af2 100644
--- a/www-client/firefox-bin/firefox-bin-128.1.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-128.1.0.ebuild
@@ -79,9 +79,9 @@ RDEPEND="${DEPEND}
 
 # ESR and rapid dependencies.
 if [[ -n ${MOZ_ESR} ]] ; then
-       RDEPEND+="!www-client/firefox-bin:rapid"
+       RDEPEND+=" !www-client/firefox-bin:rapid"
 else
-       RDEPEND+="!www-client/firefox-bin:esr"
+       RDEPEND+=" !www-client/firefox-bin:esr"
 fi
 
 QA_PREBUILT="opt/${MOZ_PN}/*"

diff --git a/www-client/firefox-bin/firefox-bin-129.0.ebuild 
b/www-client/firefox-bin/firefox-bin-129.0.ebuild
index eaef19b92ac7..7b882a514cbd 100644
--- a/www-client/firefox-bin/firefox-bin-129.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-129.0.ebuild
@@ -79,9 +79,9 @@ RDEPEND="${DEPEND}
 
 # ESR and rapid dependencies.
 if [[ -n ${MOZ_ESR} ]] ; then
-       RDEPEND+="!www-client/firefox-bin:rapid"
+       RDEPEND+=" !www-client/firefox-bin:rapid"
 else
-       RDEPEND+="!www-client/firefox-bin:esr"
+       RDEPEND+=" !www-client/firefox-bin:esr"
 fi
 
 QA_PREBUILT="opt/${MOZ_PN}/*"

Reply via email to