diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-28 07:31:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-28 10:45:25 +0200 |
commit | d9b1f97d19fedf6af977465686103355e6e9fa15 (patch) | |
tree | 583956c6cd1da84b818a2558f5cdf8a1c4bb1f95 /eclass | |
parent | media-video/mpv: add Python 3.11 (diff) | |
download | gentoo-d9b1f97d19fedf6af977465686103355e6e9fa15.tar.gz gentoo-d9b1f97d19fedf6af977465686103355e6e9fa15.tar.bz2 gentoo-d9b1f97d19fedf6af977465686103355e6e9fa15.zip |
llvm.org.eclass: Main branch is now 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 29140a294804..8f1f48414d1a 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -45,7 +45,7 @@ esac # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MASTER_MAJOR=15 +_LLVM_MASTER_MAJOR=16 # @ECLASS_VARIABLE: _LLVM_NEWEST_MANPAGE_RELEASE # @INTERNAL |