diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-01-04 09:02:03 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-01-04 09:05:20 +0800 |
commit | d6037c123c6b43f22f18bd1a0134a27667b7b823 (patch) | |
tree | 1558a2a35253537efc574fbb0f8d29adcfc4b6b3 /net-misc | |
parent | net-misc/you-get: add 0.4.1650 (diff) | |
download | gentoo-d6037c123c6b43f22f18bd1a0134a27667b7b823.tar.gz gentoo-d6037c123c6b43f22f18bd1a0134a27667b7b823.tar.bz2 gentoo-d6037c123c6b43f22f18bd1a0134a27667b7b823.zip |
net-misc/you-get: update DISTUTILS_USE_PEP517
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/you-get/you-get-0.4.1620.ebuild | 4 | ||||
-rw-r--r-- | net-misc/you-get/you-get-0.4.1650.ebuild | 2 |
2 files changed, 5 insertions, 1 deletions
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" |