commit:     e59c3751e4d2d073dd9e9440741221905f3939e5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 20:47:41 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 20:48:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59c3751

dev-tcltk/snack: select PEP517

Closes: https://bugs.gentoo.org/803917
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/snack/{snack-2.2.10-r10.ebuild => snack-2.2.10-r11.ebuild} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-tcltk/snack/snack-2.2.10-r10.ebuild 
b/dev-tcltk/snack/snack-2.2.10-r11.ebuild
similarity index 96%
rename from dev-tcltk/snack/snack-2.2.10-r10.ebuild
rename to dev-tcltk/snack/snack-2.2.10-r11.ebuild
index d05779192c34..ee85a588fdfc 100644
--- a/dev-tcltk/snack/snack-2.2.10-r10.ebuild
+++ b/dev-tcltk/snack/snack-2.2.10-r11.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{9,10} )
+DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=yes
 
 inherit distutils-r1 flag-o-matic toolchain-funcs virtualx
@@ -25,6 +26,10 @@ DEPEND="
        python? ( ${PYTHON_DEPS} )
        vorbis? ( media-libs/libvorbis )"
 RDEPEND="${DEPEND}"
+BDEPEND="python? (
+       ${PYTHON_DEPS}
+       ${DISTUTILS_DEPS}
+)"
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 

Reply via email to