logo

overlay

My (experimental) gentoo overlay
commit: 072cc6a067535beb6cc4457beb499e421da3f438
parent: b818c2e293aeefed0e7e94a3d6d037d64b1d972b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 13 Jul 2019 11:15:48 +0200

dev-vcs/mercurial: Treat lack of IUSE=threads as defaulting to present

Diffstat:

Mdev-vcs/mercurial/mercurial-5.0.2.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/mercurial-5.0.2.ebuild b/dev-vcs/mercurial/mercurial-5.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -PYTHON_REQ_USE="threads" +PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic