summaryrefslogtreecommitdiff
path: root/sci-geosciences
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/grass/grass-8.4.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/grass/grass-8.4.1-r2.ebuild b/sci-geosciences/grass/grass-8.4.1-r2.ebuild
index fb51cc79478c..48cd68515f34 100644
--- a/sci-geosciences/grass/grass-8.4.1-r2.ebuild
+++ b/sci-geosciences/grass/grass-8.4.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="sqlite" # bug 572440
inherit desktop flag-o-matic python-single-r1 toolchain-funcs xdg
@@ -30,7 +30,7 @@ else
MY_P="${P/_rc/RC}"
SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz"
if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="amd64 ~ppc ~x86"
fi
S="${WORKDIR}/${MY_P}"