diff options
author | 2013-02-21 15:40:09 +0000 | |
---|---|---|
committer | 2013-02-21 15:40:09 +0000 | |
commit | 3668837d6e4089f13cf00b83bed0aa9c501106ca (patch) | |
tree | 29d505baf6fe34d2ec0e0c05d4eb863c9b38c46a /dev-vcs | |
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')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 71e0624b6538..420e77a0ae78 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,11 @@ # 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.32 2013/02/10 16:58:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.33 2013/02/21 15:40:09 floppym Exp $ + + 21 Feb 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.7.ebuild, + tortoisehg-9999.ebuild: + Depend on dev-python/PyQt4[svg], bug 458546 by Piergiorgio Beruto. Also add + PYTHON_USEDEP. 10 Feb 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.7.ebuild, tortoisehg-9999.ebuild: 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 )" diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 6f53c6a312f6..f84910cd414f 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.16 2013/02/10 16:58:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.17 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 )" |