diff options
author | Akinori Hattori <hattya@gentoo.org> | 2023-04-30 14:28:21 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2023-04-30 14:28:21 +0900 |
commit | 90b6438cfe4346e0f3c20eddb11e380bc3d75d04 (patch) | |
tree | 8ac74f1c08adafa5990de86074529bb20b36aa6c /app-i18n | |
parent | media-libs/libsixel: update PYTHON_COMPAT (diff) | |
download | gentoo-90b6438cfe4346e0f3c20eddb11e380bc3d75d04.tar.gz gentoo-90b6438cfe4346e0f3c20eddb11e380bc3d75d04.tar.bz2 gentoo-90b6438cfe4346e0f3c20eddb11e380bc3d75d04.zip |
app-i18n/nkf: update to EAPI 8
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.5-r1.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/nkf/nkf-2.1.5-r1.ebuild b/app-i18n/nkf/nkf-2.1.5-r1.ebuild index c527d6409893..341d504ae43d 100644 --- a/app-i18n/nkf/nkf-2.1.5-r1.ebuild +++ b/app-i18n/nkf/nkf-2.1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_OPTIONAL="1" diff --git a/app-i18n/nkf/nkf-2.1.5.ebuild b/app-i18n/nkf/nkf-2.1.5.ebuild index f99a5da18d02..d13ccd9da8a8 100644 --- a/app-i18n/nkf/nkf-2.1.5.ebuild +++ b/app-i18n/nkf/nkf-2.1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_OPTIONAL="1" |