diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-02 12:52:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-02 14:24:27 +0100 |
commit | 551c16475257c1b1597b125bac98c97b6ea13e89 (patch) | |
tree | 2b2bead9ce49ad594bcc94f66a5cc35f608dcd41 /eclass | |
parent | dev-util/google-perftools: Stabilize 2.10-r1 ppc, #903578 (diff) | |
download | gentoo-551c16475257c1b1597b125bac98c97b6ea13e89.tar.gz gentoo-551c16475257c1b1597b125bac98c97b6ea13e89.tar.bz2 gentoo-551c16475257c1b1597b125bac98c97b6ea13e89.zip |
llvm.org.eclass: Add 19.0.0_pre20240302 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 515d8adf3af2..fc278f21092d 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_pre20240302) + EGIT_COMMIT=597f9761c3a5ba278fa930d2fac13f156287d505 + ;; 19.0.0_pre20240224) EGIT_COMMIT=60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e ;; |