diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-27 02:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:19:46 +0800 |
commit | dc0caee86ee328981ecaa70e8fa707a8d19fa653 (patch) | |
tree | ecbf65d995d3e828ae6d28e7e0c73bea8af574d7 /dev-libs/marisa | |
parent | dev-cpp/glog: Use EAPI="8". (diff) | |
download | gentoo-dc0caee86ee328981ecaa70e8fa707a8d19fa653.tar.gz gentoo-dc0caee86ee328981ecaa70e8fa707a8d19fa653.tar.bz2 gentoo-dc0caee86ee328981ecaa70e8fa707a8d19fa653.zip |
dev-libs/marisa: Use EAPI="8"
Closes: https://github.com/gentoo/gentoo/pull/23949
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.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/marisa/marisa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 64ca06a03dae..16c1bd72e07d 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -1,7 +1,7 @@ # Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index e6edbfbf8d5b..0d1643f7630f 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL="1" |