commit:     a23b3ba8af00a3b0239314530a0df061c092a8a0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 08:57:10 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 09:40:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23b3ba8

rebar.eclass: add whitespace to make the eclass more robust

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 eclass/rebar.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass
index e7a64bb7a7e2..5ee99aed445c 100644
--- a/eclass/rebar.eclass
+++ b/eclass/rebar.eclass
@@ -39,7 +39,7 @@ BDEPEND="
        >=sys-apps/gawk-4.1
 "
 if [[ ${EAPI} == 6 ]]; then
-       DEPEND+="${BDEPEND}"
+       DEPEND+=" ${BDEPEND}"
 fi
 
 # @ECLASS_VARIABLE: REBAR_APP_SRC

Reply via email to