commit:     a0c61a0098beba72f4de442868eb4251ac5678ae
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 05:40:14 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 05:46:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c61a00

media-libs/libsixel: migrate to PEP 517

Closes: https://bugs.gentoo.org/909988
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 media-libs/libsixel/libsixel-1.10.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild 
b/media-libs/libsixel/libsixel-1.10.3.ebuild
index 5957c1cfe58f..839d459c0e5e 100644
--- a/media-libs/libsixel/libsixel-1.10.3.ebuild
+++ b/media-libs/libsixel/libsixel-1.10.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517="setuptools"
 DISTUTILS_OPTIONAL="1"
 
 inherit bash-completion-r1 distutils-r1 meson
@@ -28,7 +29,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig
        python? (
                ${PYTHON_DEPS}
-               dev-python/setuptools[${PYTHON_USEDEP}]
+               ${DISTUTILS_DEPS}
        )"
 
 PATCHES=(

Reply via email to