pkgsrc-WIP-changes archive

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

phetch: fix a copy/paste typo



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Sep 8 13:37:03 2020 +0200
Changeset:	91c224cf3f70bf0ac4bf31a7ee8d6dc3d3a191af

Modified Files:
	phetch/Makefile

Log Message:
phetch: fix a copy/paste typo

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

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

diffstat:
 phetch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/phetch/Makefile b/phetch/Makefile
index 2343e887fa..71bc708a59 100644
--- a/phetch/Makefile
+++ b/phetch/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/xvxx/phetch/
 COMMENT=	Quick lil gopher client for your terminal
 LICENSE=	mit
 
-USE_LANGUAGES+=	c c++	# rust, but needs a toolchain to link
+USE_LANGUAGES+=	c	# rust, but needs a toolchain to link
 USE_TOOLS+=	pkg-config
 
 CARGO_CRATE_DEPENDS+=	anyhow-1.0.26


Home | Main Index | Thread Index | Old Index