diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-24 23:23:18 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-24 23:23:33 +0200 |
commit | 02e4a395291e17970083a252db23fe4c679bc6f1 (patch) | |
tree | 0c53034e4f3918f4f5d1b0ee61792afd75b186b0 /dev-vcs/mercurial | |
parent | media-gfx/gimp: Avoid colliding with pre-2.10.6 plug-ins (diff) | |
download | gentoo-02e4a395291e17970083a252db23fe4c679bc6f1.tar.gz gentoo-02e4a395291e17970083a252db23fe4c679bc6f1.tar.bz2 gentoo-02e4a395291e17970083a252db23fe4c679bc6f1.zip |
dev-vcs/mercurial: Adjusted dependency on dev-python/zstandard.
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/mercurial-4.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-4.7.1-r1.ebuild b/dev-vcs/mercurial/mercurial-4.7.1-r1.ebuild index 2158bdea78c7..6bf897f16bfa 100644 --- a/dev-vcs/mercurial/mercurial-4.7.1-r1.ebuild +++ b/dev-vcs/mercurial/mercurial-4.7.1-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~hppa ~mips ~sparc ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ IUSE="bugzilla emacs gpg test tk" RDEPEND="app-misc/ca-certificates - dev-python/zstandard + dev-python/zstandard[${PYTHON_USEDEP}] bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk )" |