app-editors/retext: Update dependencies
authorManuel Rüger <mrueg@gentoo.org>
Sun, 4 Sep 2016 22:05:21 +0000 (00:05 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 4 Sep 2016 22:05:21 +0000 (00:05 +0200)
Package-Manager: portage-2.3.0

app-editors/retext/retext-4.1.3.ebuild
app-editors/retext/retext-5.3.1.ebuild
app-editors/retext/retext-9999.ebuild

index 501c5dd6876c25c95332085a6ace07634cf7977f..b49401454eb1b8b72ee7409cc8b19b628b296756 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,7 @@ IUSE="+spell"
 RDEPEND+="
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
-       dev-python/markups[${PYTHON_USEDEP}]
+       <dev-python/markups-2[${PYTHON_USEDEP}]
        dev-python/PyQt4[webkit,${PYTHON_USEDEP}]
        spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
 "
index 343b6d593a4abed8d0583726440d780f04669aaf..33bec27003c6db724d6271f4be915a8e874209eb 100644 (file)
@@ -25,7 +25,7 @@ IUSE="+spell"
 RDEPEND="
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
-       dev-python/markups[${PYTHON_USEDEP}]
+       <dev-python/markups-2[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
        dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
        spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
index 487e3a146fb35f9fb2a723597dded9945cf52f12..bf0f40d5c91a71781355257daed65ef4950913de 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,8 @@ IUSE="+spell"
 RDEPEND="
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
-       dev-python/markups[${PYTHON_USEDEP}]
+       >=dev-python/markups-2.0[${PYTHON_USEDEP}]
+       >=dev-python/chardet-2.3[${PYTHON_USEDEP}]
        dev-python/pygments[${PYTHON_USEDEP}]
        dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
        spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )