From a0b20465db3be7f92033e6cfa749025eee3fecd2 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Wed, 22 Jun 2022 09:40:30 +0800 Subject: [PATCH] skel_python.ebuild --- dev-python/skel_python.ebuild | 4 +++- dev-ruby/skel_ruby.ebuild | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/skel_python.ebuild b/dev-python/skel_python.ebuild index f9b8bdb22..cd0c28335 100644 --- a/dev-python/skel_python.ebuild +++ b/dev-python/skel_python.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/dev-ruby/skel_ruby.ebuild b/dev-ruby/skel_ruby.ebuild index 708562afe..608de66c1 100644 --- a/dev-ruby/skel_ruby.ebuild +++ b/dev-ruby/skel_ruby.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7