diff options
author | 2021-04-22 13:13:08 +0200 | |
---|---|---|
committer | 2021-04-22 13:21:39 +0200 | |
commit | 5da791c1bc00e138802088ce38c29560afb16cf0 (patch) | |
tree | 1b8994cc1360b1b8cf20f147a9615a289cb24ae1 /sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild | |
parent | sys-devel/clang: Switch to patchsets (diff) | |
download | gentoo-5da791c1bc00e138802088ce38c29560afb16cf0.tar.gz gentoo-5da791c1bc00e138802088ce38c29560afb16cf0.tar.bz2 gentoo-5da791c1bc00e138802088ce38c29560afb16cf0.zip |
sys-libs/compiler-rt: Switch to patchsets
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild index 31085e5f5a71..1041a4553f3c 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.1.0.ebuild @@ -29,12 +29,9 @@ BDEPEND=" ${PYTHON_DEPS}" LLVM_COMPONENTS=( compiler-rt ) +LLVM_PATCHSET=11.1.0-1 llvm.org_set_globals -PATCHES=( - "${FILESDIR}/11.1.0/${PN}-prefix-paths.patch" -) - python_check_deps() { use test || return 0 has_version "dev-python/lit[${PYTHON_USEDEP}]" |