diff options
author | 2023-01-15 21:47:41 +0100 | |
---|---|---|
committer | 2023-01-15 21:48:15 +0100 | |
commit | e59c3751e4d2d073dd9e9440741221905f3939e5 (patch) | |
tree | 88b64a4d5f0b6d305fac6dc6b399aa905e6243fc /dev-tcltk | |
parent | sys-process/btop: Stabilize 1.2.13-r1 arm64, #890935 (diff) | |
download | gentoo-e59c3751e4d2d073dd9e9440741221905f3939e5.tar.gz gentoo-e59c3751e4d2d073dd9e9440741221905f3939e5.tar.bz2 gentoo-e59c3751e4d2d073dd9e9440741221905f3939e5.zip |
dev-tcltk/snack: select PEP517
Closes: https://bugs.gentoo.org/803917
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/snack/snack-2.2.10-r11.ebuild (renamed from dev-tcltk/snack/snack-2.2.10-r10.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-tcltk/snack/snack-2.2.10-r10.ebuild b/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} |