Skip to content

Commit

Permalink
dev-vcs/mercurial: make cargo optional
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Nov 11, 2020
1 parent eb149fd commit 4e68999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-vcs/mercurial/mercurial-5.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/"
Expand Down
3 changes: 2 additions & 1 deletion dev-vcs/mercurial/mercurial-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 4e68999

Please sign in to comment.