diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:59:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:59:16 +0200 |
commit | 0298da1893974ca359b4bc6bb6384dae7005d06a (patch) | |
tree | 1259180e6e25eaceeb2f80fe5390b5721ab9a8d0 /dev-vcs/mercurial | |
parent | dev-python/zstd: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-0298da1893974ca359b4bc6bb6384dae7005d06a.tar.gz gentoo-0298da1893974ca359b4bc6bb6384dae7005d06a.tar.bz2 gentoo-0298da1893974ca359b4bc6bb6384dae7005d06a.zip |
dev-vcs/mercurial: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/mercurial-6.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-6.4.ebuild b/dev-vcs/mercurial/mercurial-6.4.ebuild index 58beecd8281a..04caa3211a34 100644 --- a/dev-vcs/mercurial/mercurial-6.4.ebuild +++ b/dev-vcs/mercurial/mercurial-6.4.ebuild @@ -3,10 +3,11 @@ EAPI=8 +CARGO_OPTIONAL=1 +DISTUTILS_EXT=1 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="threads(+)" -DISTUTILS_USE_SETUPTOOLS=no -CARGO_OPTIONAL=1 CRATES=" Inflector-0.11.4 |