diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-04-27 10:15:05 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-04-27 14:26:50 +0200 |
| commit | f9dcb744eaf1cefe630a7e13c0c2b364c595a430 (patch) | |
| tree | 4d7dbc834df7e57d2d230665d0376f07c65fb2ea | |
| parent | b27c9652fcc482cd60df58c04ef9165c01e7587d (diff) | |
| download | gentoo-f9dcb744eaf1cefe630a7e13c0c2b364c595a430.tar.gz gentoo-f9dcb744eaf1cefe630a7e13c0c2b364c595a430.tar.bz2 gentoo-f9dcb744eaf1cefe630a7e13c0c2b364c595a430.zip | |
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@gentoo.org>
| -rw-r--r-- | eclass/llvm.org.eclass | 4 |
1 files changed, 1 insertions, 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 |
