Only libenchant.so* is tried to be dynamically opened at runtime,
not libenchant-2.so, therefore having only enchant:2 would break
pyenchant and we need to pull in older SLOT of it.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=">=app-text/enchant-${PV%.*}"
+RDEPEND=">=app-text/enchant-${PV%.*}:0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=">=app-text/enchant-${PV%.*}"
+RDEPEND=">=app-text/enchant-${PV%.*}:0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="app-text/enchant"
+RDEPEND="app-text/enchant:0"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (