diff --git a/dev-python/pyenchant/pyenchant-3.2.0.recipe b/dev-python/pyenchant/pyenchant-3.2.0.recipe index f98e60c8d..2f8799305 100644 --- a/dev-python/pyenchant/pyenchant-3.2.0.recipe +++ b/dev-python/pyenchant/pyenchant-3.2.0.recipe @@ -5,7 +5,7 @@ information, visit the project website." HOMEPAGE="http://pyenchant.github.io/pyenchant/" COPYRIGHT="2020 Dimitri Merejkowsky" LICENSE="GNU LGPL v2.1" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/pyenchant/pyenchant/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="3195bfc5cfbdeb8a60f9484390c2c982e59dd220d6f9a5f8418ba67551ead01a" @@ -42,6 +42,18 @@ BUILD_REQUIRES="$BUILD_REQUIRES BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion" done +if [ "$targetArchitecture" = "x86_gcc2" ]; then + PROVIDES_python38+=" + pyenchant_python38 = $portVersion + " + PROVIDES_python39+=" + pyenchant_python39 = $portVersion + " + PROVIDES_python3+=" + pyenchant_python3 = $portVersion + " +fi + INSTALL() {