diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-28 09:58:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-28 10:02:20 +0100 |
commit | 14d51bf52e58a0ce4833612a9054e041cff8a184 (patch) | |
tree | 548b0c4e0a3ebb6601922bdb3f8f41e3eee9badb /eclass | |
parent | sys-block/parted: Bump to 3.4 (diff) | |
download | gentoo-14d51bf52e58a0ce4833612a9054e041cff8a184.tar.gz gentoo-14d51bf52e58a0ce4833612a9054e041cff8a184.tar.bz2 gentoo-14d51bf52e58a0ce4833612a9054e041cff8a184.zip |
llvm.org.eclass: Master is now 13.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index c6f4d2a56c11..e532c953cb70 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.org.eclass @@ -44,7 +44,7 @@ esac # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MASTER_MAJOR=12 +_LLVM_MASTER_MAJOR=13 # @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL |