From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FF0E13835A for ; Wed, 11 Nov 2020 05:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7024EE0B46; Wed, 11 Nov 2020 05:09:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F978E0B40 for ; Wed, 11 Nov 2020 05:09:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0F43340CAC for ; Wed, 11 Nov 2020 05:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6541C446 for ; Wed, 11 Nov 2020 05:09:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1605070831.4e68999b34c72aab62570290874265c8d22968c1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-5.6.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4e68999b34c72aab62570290874265c8d22968c1 X-VCS-Branch: master Date: Wed, 11 Nov 2020 05:09:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3493ebd-f7e0-41fd-a29c-49f88a61cbef X-Archives-Hash: 5f36ac8b09cd7b454317e67626d3e2e6 commit: 4e68999b34c72aab62570290874265c8d22968c1 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 11 04:58:43 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 11 05:00:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e68999b dev-vcs/mercurial: make cargo optional Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-vcs/mercurial/mercurial-5.6.ebuild | 4 +++- dev-vcs/mercurial/mercurial-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-5.6.ebuild b/dev-vcs/mercurial/mercurial-5.6.ebuild index a4470220529..20bb67f7f3f 100644 --- a/dev-vcs/mercurial/mercurial-5.6.ebuild +++ b/dev-vcs/mercurial/mercurial-5.6.ebuild @@ -6,6 +6,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no +CARGO_OPTIONAL=1 + CRATES=" adler-0.2.3 aho-corasick-0.7.13 @@ -105,7 +107,7 @@ zstd-safe-2.0.5+zstd.1.4.5 zstd-sys-1.4.17+zstd.1.4.5 " -inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic cargo +inherit bash-completion-r1 cargo elisp-common eutils distutils-r1 flag-o-matic DESCRIPTION="Scalable distributed SCM" HOMEPAGE="https://www.mercurial-scm.org/" diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 8ec439342af..1a93cf4212c 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -6,8 +6,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no +CARGO_OPTIONAL=1 -inherit bash-completion-r1 elisp-common eutils distutils-r1 mercurial flag-o-matic cargo +inherit bash-completion-r1 cargo elisp-common eutils distutils-r1 mercurial flag-o-matic DESCRIPTION="Scalable distributed SCM" HOMEPAGE="https://www.mercurial-scm.org/"