commit:     f9dcb744eaf1cefe630a7e13c0c2b364c595a430
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 08:15:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 12:26:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dcb744

llvm.org.eclass: Revert "add sam to distfile paths"

The distfiles were copied to my devspace, and having two URLs means
half of them 404 → a lot of pkgcheck false positives.

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

 eclass/llvm.org.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 0c47ec4aac0c..fa23782cc244 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -213,7 +213,6 @@ llvm.org_set_globals() {
                        SRC_URI+="
                                !doc? (
                                        
https://dev.gentoo.org/~mgorny/dist/llvm/llvm-${PV}-manpages.tar.bz2
-                                       
https://dev.gentoo.org/~sam/distfiles/llvm/llvm-${PV}-manpages.tar.bz2
                                )"
                        ;;
                *)
@@ -222,8 +221,7 @@ llvm.org_set_globals() {
 
        if [[ -n ${LLVM_PATCHSET} ]]; then
                SRC_URI+="
-                       
https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz
-                       
https://dev.gentoo.org/~sam/distfiles/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz";
+                       
https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz";
        fi
 
        local x

Reply via email to