diff options
author | 2021-04-28 14:59:21 +0200 | |
---|---|---|
committer | 2021-04-28 15:02:21 +0200 | |
commit | f8dd39b95a9f8c949c2f1fe9c4ee0e284625afa1 (patch) | |
tree | 8dca7147f5f346ffd57a00fac586f7f3139f765d /sys-devel/llvm/llvm-10.0.1.ebuild | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.268,4.9.268,4.14.2... (diff) | |
download | gentoo-f8dd39b95a9f8c949c2f1fe9c4ee0e284625afa1.tar.gz gentoo-f8dd39b95a9f8c949c2f1fe9c4ee0e284625afa1.tar.bz2 gentoo-f8dd39b95a9f8c949c2f1fe9c4ee0e284625afa1.zip |
sys-devel/llvm: Backport gcc-11 build fix
Thanks to Stephan Hartmann for pointing out the relevant commit.
Closes: https://bugs.gentoo.org/786201
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/llvm-10.0.1.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-10.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild b/sys-devel/llvm/llvm-10.0.1.ebuild index 390045cc96e7..3e8131297bcb 100644 --- a/sys-devel/llvm/llvm-10.0.1.ebuild +++ b/sys-devel/llvm/llvm-10.0.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Low Level Virtual Machine" HOMEPAGE="https://llvm.org/" LLVM_COMPONENTS=( llvm ) LLVM_MANPAGES=pregenerated -LLVM_PATCHSET=10.0.1-1 +LLVM_PATCHSET=10.0.1-3 llvm.org_set_globals # Those are in lib/Targets, without explicit CMakeLists.txt mention |