Skip to content

Commit 2924b2c

Browse files
committed
lang/rust: remove max LLVM version restriction for PORT_LLVM
LLVM 20 now supported
1 parent 3960996 commit 2924b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/rust/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
6363
_COMPONENTS+="rust-docs-${_PACKAGE_VERS}-${_RUST_TARGET} rust-docs-json-${_PACKAGE_VERS}-${_RUST_TARGET}"
6464
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
6565
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
66-
PORT_LLVM_USES= llvm:min=18,max=19,lib,noexport
66+
PORT_LLVM_USES= llvm:min=18,lib,noexport
6767
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
6868
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
6969
_RUST_TOOLS+=src

0 commit comments

Comments
 (0)