dev-python/pyenchant: lock enchant dep to SLOT=0
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 18:51:57 +0000 (20:51 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:25 +0000 (21:34 +0200)
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>
dev-python/pyenchant/pyenchant-1.6.6.ebuild
dev-python/pyenchant/pyenchant-1.6.8.ebuild
dev-python/pyenchant/pyenchant-2.0.0.ebuild

index f1b8c3a1c83315b193638d23017b7838eda14a4a..a4f971093a10937621772d5eacf0f1a254335b46 100644 (file)
@@ -17,7 +17,7 @@ KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=">=app-text/enchant-${PV%.*}"
+RDEPEND=">=app-text/enchant-${PV%.*}:0"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( ${RDEPEND} )"
 
index b2fcac14d9a25eeae777e4213f45964941821fe6..5deb7e2e9c55a91fa4f08d180a159b6d9ed9aad5 100644 (file)
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=">=app-text/enchant-${PV%.*}"
+RDEPEND=">=app-text/enchant-${PV%.*}:0"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( ${RDEPEND} )"
 
index aea7fc5f686c1eb9057f3532a6abcb1f6b99acac..65263239f7e42537b11e3bdfc0a77004e78ec4b9 100644 (file)
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="app-text/enchant"
+RDEPEND="app-text/enchant:0"
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (