summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-13 15:09:34 +0000
committerwiz <wiz@pkgsrc.org>2020-09-13 15:09:34 +0000
commit24c15d40b98b74ada0779e7809114d11c52dc8e5 (patch)
treefed57d0914257f000ba3e5451af400d0a36ccebf /devel
parent762d9633bfd13bfb2180122bbea4845e13894de7 (diff)
downloadpkgsrc-24c15d40b98b74ada0779e7809114d11c52dc8e5.tar.gz
py-mercurial: comment out rust option
5.5.1 wants some crate versions (*-pre) that do not exist.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-mercurial/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-mercurial/options.mk b/devel/py-mercurial/options.mk
index 074de59c1aa..a602bcba12c 100644
--- a/devel/py-mercurial/options.mk
+++ b/devel/py-mercurial/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2020/08/05 06:24:32 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2020/09/13 15:09:34 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mercurial
-PKG_SUPPORTED_OPTIONS= rust
+# 5.5.1 needs some "*-pre" crates that are not available
+PKG_SUPPORTED_OPTIONS= # rust
PKG_SUGGESTED_OPTIONS= # rust
.include "../../mk/bsd.options.mk"