summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2022-01-20 02:00:00 +0000
committerYixun Lan <dlan@gentoo.org>2022-01-29 23:18:52 +0800
commit0674820255e41c2c6d7b356a4fa5492c10153bf7 (patch)
treebe7599a44a9f962826f329a6caecc5f63df045a0 /dev-libs/marisa
parentapp-i18n/mozc: Use EAPI="8" (diff)
downloadgentoo-0674820255e41c2c6d7b356a4fa5492c10153bf7.tar.gz
gentoo-0674820255e41c2c6d7b356a4fa5492c10153bf7.tar.bz2
gentoo-0674820255e41c2c6d7b356a4fa5492c10153bf7.zip
dev-libs/marisa: Add support for Python 3.10.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/marisa')
-rw-r--r--dev-libs/marisa/marisa-0.2.6.ebuild6
-rw-r--r--dev-libs/marisa/marisa-9999.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild
index c958dfd64c35..92816ee83d33 100644
--- a/dev-libs/marisa/marisa-0.2.6.ebuild
+++ b/dev-libs/marisa/marisa-0.2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_USE_SETUPTOOLS="no"
@@ -40,7 +40,7 @@ if [[ "${PV}" != "9999" ]]; then
fi
PATCHES=(
- "${FILESDIR}"/${PN}-0.2.6-riscv_word_size.patch
+ "${FILESDIR}/${PN}-0.2.6-riscv_word_size.patch"
)
src_prepare() {
diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild
index 929e4c4fe299..d86351ef18fa 100644
--- a/dev-libs/marisa/marisa-9999.ebuild
+++ b/dev-libs/marisa/marisa-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2014-2020 Gentoo Authors
+# Copyright 2014-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_OPTIONAL="1"
DISTUTILS_USE_SETUPTOOLS="no"