diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-20 11:38:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-20 11:38:23 +0200 |
commit | 73ed9ad5f1d6b57aeef00ab672e048873b711c8f (patch) | |
tree | 68544ea0db8e8ec3ff5411bbafe07ffcd7ca83cc /eclass | |
parent | dev-python/werkzeug: Mark ALLARCHES (diff) | |
download | gentoo-73ed9ad5f1d6b57aeef00ab672e048873b711c8f.tar.gz gentoo-73ed9ad5f1d6b57aeef00ab672e048873b711c8f.tar.bz2 gentoo-73ed9ad5f1d6b57aeef00ab672e048873b711c8f.zip |
llvm.org.eclass: Add 19.0.0_pre20240420 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index d2f95fe6b42d..49e600bdaf04 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in + 19.0.0_pre20240420) + EGIT_COMMIT=f03cd2db91956456f1c5e2da86d3c50183eebd28 + ;; 19.0.0_pre20240410) EGIT_COMMIT=ee284d2da0720dc21191d6f545504cbfcf5dcbcf ;; |