pkgsrc-WIP-changes archive

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

starship: Restrict supported platforms



Module Name:	pkgsrc-wip
Committed By:	Michael-John Turner <mj%mjturner.net@localhost>
Pushed By:	mj
Date:		Thu Jun 17 14:34:43 2021 +0100
Changeset:	a5c97566e4c2877b1bb977bbe7e48c8f29897ce0

Modified Files:
	starship/Makefile

Log Message:
starship: Restrict supported platforms

The libc and rust-battery crates currently only support the
following platforms: Darwin, DragonFlyBSD, FreeBSD, Linux

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

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

diffstat:
 starship/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/starship/Makefile b/starship/Makefile
index 710e9f9490..d2388be097 100644
--- a/starship/Makefile
+++ b/starship/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	https://github.com/starship/starship/
 COMMENT=	Fast, customizable cross-shell prompt
 LICENSE=	isc
 
+# The libc and rust-battery crates currently have limited platform support
+ONLY_FOR_PLATFORM=Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* 
+
 USE_LANGUAGES=	c
 RUST_REQ?=	1.51.0
 


Home | Main Index | Thread Index | Old Index