diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-16 08:36:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-16 08:36:34 +0000 |
commit | 2507486e1bb76ff19e7ae43d4d7a6499d346ff09 (patch) | |
tree | 8104b81a683e38eb458ce6cd983e8863aeca0548 /lang/rust | |
parent | 6b8026dd0789b564ebb6745c05b2ae879517a594 (diff) | |
download | pkgsrc-2507486e1bb76ff19e7ae43d4d7a6499d346ff09.tar.gz |
rust: explicitly conflict with rust-src and rust-analyzer
Installed as part of rust-1.64
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 384ac195eb2..11a01e80c7a 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2022/11/15 23:11:14 he Exp $ +# $NetBSD: Makefile,v 1.274 2022/11/16 08:36:34 wiz Exp $ DISTNAME= rustc-1.64.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -10,7 +10,7 @@ HOMEPAGE= https://www.rust-lang.org/ COMMENT= Safe, concurrent, practical language LICENSE= mit OR apache-2.0 -CONFLICTS+= rust-bin-[0-9]* +CONFLICTS+= rust-bin-[0-9]* rust-src-[0-9]* rust-analyzer-[0-9]* # LLVM uses gcc7, follow suit. Also, uses -std=c++14 GCC_REQD+= 7 |