diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-23 13:48:59 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-23 13:48:59 +0000 |
commit | 60785af50c4c5453275e2690d23866a29a2893de (patch) | |
tree | 24269ccd9dd5175341926bd3716f24e5893050f4 /dev-vcs | |
parent | Only build docs if USE=doc is set. (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.8.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 1e9177772237..d03d8f1438c8 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.39 2013/05/07 00:45:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.40 2013/05/23 13:48:59 floppym Exp $ + + 23 May 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.8.ebuild, + tortoisehg-9999.ebuild: + Add PYTHON_USEDEP to qscintilla-python dep, thanks to Nikoli. *tortoisehg-2.8 (07 May 2013) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild index 4c2bce07e5ee..e60d66565f6e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.8.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.8.ebuild,v 1.1 2013/05/07 00:45:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild,v 1.2 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 )" 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 )" |