commit: 8a104ee555fd1826885b708d79dc8a4aa62589f2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat May 16 13:55:27 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat May 16 14:47:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a104ee5
app-i18n/nkf: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/718220 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/nkf/nkf-2.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild index 3ebf5b10a78..0e5fcaa2bbe 100644 --- a/app-i18n/nkf/nkf-2.1.4.ebuild +++ b/app-i18n/nkf/nkf-2.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot
