diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-02-21 15:40:09 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-02-21 15:40:09 +0000 |
commit | 3668837d6e4089f13cf00b83bed0aa9c501106ca (patch) | |
tree | 29d505baf6fe34d2ec0e0c05d4eb863c9b38c46a /dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | |
parent | Stable on amd64, wrt bug #458526 (diff) | |
download | gentoo-2-3668837d6e4089f13cf00b83bed0aa9c501106ca.tar.gz gentoo-2-3668837d6e4089f13cf00b83bed0aa9c501106ca.tar.bz2 gentoo-2-3668837d6e4089f13cf00b83bed0aa9c501106ca.zip |
Depend on dev-python/PyQt4[svg], bug 458546 by Piergiorgio Beruto. Also add PYTHON_USEDEP.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-2.7.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild index 91d631a8b82e..2beed98f624d 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.2 2013/02/10 16:58:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.3 2013/02/21 15:40:09 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -30,7 +30,7 @@ IUSE="doc" RDEPEND="${HG_DEPEND} dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt4 + dev-python/PyQt4[svg,${PYTHON_USEDEP}] dev-python/qscintilla-python" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-1.0.3 )" |