diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/leo/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/leo/leo-5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/leo/ChangeLog b/app-editors/leo/ChangeLog index 6b7a2f599b1d..e4a109490e56 100644 --- a/app-editors/leo/ChangeLog +++ b/app-editors/leo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/leo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.33 2014/12/07 03:40:18 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.34 2014/12/25 11:13:19 mgorny Exp $ + + 25 Dec 2014; Michał Górny <mgorny@gentoo.org> leo-5.0.ebuild: + Add missing PYTHON_USEDEP. 07 Dec 2014; Ian Delaney <idella4@gentoo.org> -files/leo-4.10-fix_syntax_errors.patch, diff --git a/app-editors/leo/leo-5.0.ebuild b/app-editors/leo/leo-5.0.ebuild index 6caba4a7dec5..01d0513b8e73 100644 --- a/app-editors/leo/leo-5.0.ebuild +++ b/app-editors/leo/leo-5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v 1.2 2014/12/07 03:36:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v 1.3 2014/12/25 11:13:19 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" -RDEPEND="app-text/silvercity +RDEPEND="app-text/silvercity[${PYTHON_USEDEP}] dev-python/PyQt4[X,${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip" |