summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-01 09:34:45 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-01 14:15:49 +0100
commitace3d1cc93f8ea6c6efa12866897643202bb052d (patch)
treed755b1a21c8c7ecdb18cdad851930b24b5820bc7 /sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
parentsys-devel/lld: Switch live to monorepo (diff)
downloadgentoo-ace3d1cc93f8ea6c6efa12866897643202bb052d.tar.gz
gentoo-ace3d1cc93f8ea6c6efa12866897643202bb052d.tar.bz2
gentoo-ace3d1cc93f8ea6c6efa12866897643202bb052d.zip
sys-devel/llvm-common: Switch live to monorepo
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild')
-rw-r--r--sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
index 11a022242bd0..7edf27153de4 100644
--- a/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-10.0.0.9999.ebuild
@@ -8,8 +8,8 @@ inherit git-r3
DESCRIPTION="Common files shared between multiple slots of LLVM"
HOMEPAGE="https://llvm.org/"
SRC_URI=""
-EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
- https://github.com/llvm-mirror/llvm.git"
+EGIT_REPO_URI="https://github.com/llvm/llvm-project.git"
+S=${WORKDIR}/${P}/llvm
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
SLOT="0"
@@ -20,7 +20,7 @@ RDEPEND="!sys-devel/llvm:0"
src_unpack() {
git-r3_fetch
- git-r3_checkout '' '' '' utils/vim
+ git-r3_checkout '' '' '' llvm/utils/vim
}
src_configure() { :; }