commit: d6037c123c6b43f22f18bd1a0134a27667b7b823
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 01:02:03 2023 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 01:05:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6037c12
net-misc/you-get: update DISTUTILS_USE_PEP517
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-misc/you-get/you-get-0.4.1620.ebuild | 4 +++-
net-misc/you-get/you-get-0.4.1650.ebuild | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-misc/you-get/you-get-0.4.1620.ebuild
b/net-misc/you-get/you-get-0.4.1620.ebuild
index 224c8b53367e..0c3886e119e6 100644
--- a/net-misc/you-get/you-get-0.4.1620.ebuild
+++ b/net-misc/you-get/you-get-0.4.1620.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Utility to download media contents from the web"
diff --git a/net-misc/you-get/you-get-0.4.1650.ebuild
b/net-misc/you-get/you-get-0.4.1650.ebuild
index cf3b729dadc4..87c7095428ac 100644
--- a/net-misc/you-get/you-get-0.4.1650.ebuild
+++ b/net-misc/you-get/you-get-0.4.1650.ebuild
@@ -4,6 +4,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Utility to download media contents from the web"