summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-08-06 15:40:20 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-08-06 15:42:39 +0300
commit67bdb4af52217e340371d42346d592d6f40b517d (patch)
tree595debdf533e79573a432139c6fe2b66c3ec32eb /www-client
parentnet-fs/cvmfs: drop 2.11.2 (diff)
downloadgentoo-67bdb4af52217e340371d42346d592d6f40b517d.tar.gz
gentoo-67bdb4af52217e340371d42346d592d6f40b517d.tar.bz2
gentoo-67bdb4af52217e340371d42346d592d6f40b517d.zip
www-client/firefox-bin: add whitespace to RDEPEND+=
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox-bin/firefox-bin-128.1.0.ebuild4
-rw-r--r--www-client/firefox-bin/firefox-bin-129.0.ebuild4
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}/*"