summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-05-23 13:48:59 +0000
committerMike Gilbert <floppym@gentoo.org>2013-05-23 13:48:59 +0000
commit60785af50c4c5453275e2690d23866a29a2893de (patch)
tree24269ccd9dd5175341926bd3716f24e5893050f4 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild
parentOnly build docs if USE=doc is set. (diff)
downloadgentoo-2-60785af50c4c5453275e2690d23866a29a2893de.tar.gz
gentoo-2-60785af50c4c5453275e2690d23866a29a2893de.tar.bz2
gentoo-2-60785af50c4c5453275e2690d23866a29a2893de.zip
Add PYTHON_USEDEP to qscintilla-python dep, thanks to Nikoli.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
index 4b51b48a9942..1ecc12fa8426 100644
--- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-9999.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-9999.ebuild,v 1.20 2013/05/07 00:45:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.21 2013/05/23 13:48:59 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -31,7 +31,7 @@ RDEPEND="${HG_DEPEND}
dev-python/iniparse[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/PyQt4[svg,${PYTHON_USEDEP}]
- dev-python/qscintilla-python"
+ dev-python/qscintilla-python[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"