pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust176: fix comment saying LLVM >= 15 to say 16.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Feb 19 14:15:43 2024 +0000
Changeset:	60fb164c8b8bde0ab437231447bffef99181e9db

Modified Files:
	rust176/options.mk

Log Message:
rust176: fix comment saying LLVM >= 15 to say 16.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60fb164c8b8bde0ab437231447bffef99181e9db

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust176/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust176/options.mk b/rust176/options.mk
index 749d9d8b90..b8c81c8815 100644
--- a/rust176/options.mk
+++ b/rust176/options.mk
@@ -39,7 +39,7 @@ PKG_OPTIONS_LEGACY_OPTS+=	rust-llvm:rust-internal-llvm
 # Use the internal copy of LLVM or the external one?
 #
 .if empty(PKG_OPTIONS:Mrust-internal-llvm)
-# External LLVM must be >= 15, ref. RELEASES.md
+# External LLVM must be >= 16, ref. RELEASES.md
 BUILDLINK_API_DEPENDS.llvm+=	llvm>=16
 .include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/llvm/buildlink3.mk"


Home | Main Index | Thread Index | Old Index