commit:     d082e52ec83f2f77271bc7e5465b64f831344862
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 08:16:34 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 08:30:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d082e52e

llvm.org.eclass: Fix appending GitHub SRC_URI

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index f07441e863c..cef31a08779 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -126,7 +126,7 @@ llvm.org_set_globals() {
        elif [[ ${_LLVM_SOURCE_TYPE} == tar ]]; then
                if ver_test -ge 9.0.1_rc1; then
                        # 9.0.1 RCs as GitHub archive
-                       SRC_URI="
+                       SRC_URI+="
                                
https://github.com/llvm/llvm-project/archive/llvmorg-${PV/_/-}.tar.gz";
                else
                        local a archives=()

Reply via email to