summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-07-01 06:37:36 +0000
committerJustin Lecher <jlec@gentoo.org>2014-07-01 06:37:36 +0000
commit711835546820451093032439818795eee4f63023 (patch)
tree718573fd82f40b8f6735283d0dd42d0dcf15c0ad /app-editors
parentdev-python/wsgiintercept: Version Bump (diff)
downloadgentoo-2-711835546820451093032439818795eee4f63023.tar.gz
gentoo-2-711835546820451093032439818795eee4f63023.tar.bz2
gentoo-2-711835546820451093032439818795eee4f63023.zip
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!)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/retext/ChangeLog5
-rw-r--r--app-editors/retext/retext-4.1.1.ebuild12
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 <jlec@gentoo.org> retext-4.1.1.ebuild:
+ Drop incompatibility workaround for USE=spell + python3_3
19 Feb 2014; Justin Lecher <jlec@gentoo.org> 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}