From 711835546820451093032439818795eee4f63023 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 1 Jul 2014 06:37:36 +0000 Subject: app-editors/retext: Drop incompatibility workaround for USE=spell + python3_3 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) --- app-editors/retext/ChangeLog | 5 ++++- app-editors/retext/retext-4.1.1.ebuild | 12 ++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app-editors/retext/ChangeLog b/app-editors/retext/ChangeLog index ab69b7c28e1c..f0fbf81ad930 100644 --- a/app-editors/retext/ChangeLog +++ b/app-editors/retext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/retext # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.10 2014/02/19 11:01:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.11 2014/07/01 06:37:36 jlec Exp $ + + 01 Jul 2014; Justin Lecher retext-4.1.1.ebuild: + Drop incompatibility workaround for USE=spell + python3_3 19 Feb 2014; Justin Lecher retext-4.1.1.ebuild, metadata.xml: diff --git a/app-editors/retext/retext-4.1.1.ebuild b/app-editors/retext/retext-4.1.1.ebuild index 91dc35ecf7d9..d0c2fafa8cd7 100644 --- a/app-editors/retext/retext-4.1.1.ebuild +++ b/app-editors/retext/retext-4.1.1.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/retext/retext-4.1.1.ebuild,v 1.2 2014/02/19 11:01:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/retext-4.1.1.ebuild,v 1.3 2014/07/01 06:37:36 jlec Exp $ EAPI="5" @@ -28,20 +28,12 @@ LICENSE="GPL-2" SLOT="0" IUSE="+spell" -REQUIRED_USE=" - spell? ( - python_targets_python3_2 - !python_targets_python3_3 - ) - python_targets_python3_3? ( !spell ) -" - RDEPEND+=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] dev-python/markups[${PYTHON_USEDEP}] dev-python/PyQt4[webkit,${PYTHON_USEDEP}] - spell? ( dev-python/pyenchant[$(python_gen_usedep 'python3_2')] ) + spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] ) " S="${WORKDIR}"/${MY_P} -- cgit v1.2.3-65-gdbad