llvm.org.eclass: Fix appending GitHub SRC_URI
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Dec 2019 08:16:34 +0000 (09:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Dec 2019 08:30:02 +0000 (09:30 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/llvm.org.eclass

index f07441e863c3a1f65dcaa467d30c26da1c318160..cef31a087798a087ec095a32e23b93ff6cd2836e 100644 (file)
@@ -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=()