diff options
Diffstat (limited to 'app-editors/retext/retext-9999.ebuild')
-rw-r--r-- | app-editors/retext/retext-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild index f06ff35ad247..72e36651206d 100644 --- a/app-editors/retext/retext-9999.ebuild +++ b/app-editors/retext/retext-9999.ebuild @@ -28,7 +28,6 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="+spell" RESTRICT="!test? ( test )" RDEPEND=" @@ -40,14 +39,8 @@ RDEPEND=" dev-python/python-markdown-math[${PYTHON_USEDEP}] dev-python/PyQt5[gui,network,printsupport,widgets,${PYTHON_USEDEP}] dev-python/PyQtWebEngine[${PYTHON_USEDEP}] - spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] " +DEPEND="${RDEPEND}" src_test() { virtx distutils-r1_src_test @@ -61,6 +54,8 @@ pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update + optfeature "dictionary support" dev-python/pyenchant + einfo "Starting with retext-7.0.4 the markdown-math plugin is installed." einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math." einfo "For more details take a look at:" |