commit: aa6edeeb529e08e89a0450931ddb42e0b6f985a1 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Tue Aug 17 11:28:14 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Aug 18 05:46:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6edeeb
media-sound/jack: fix use of DISTUTILS_USE_SETUPTOOLS value Closes: https://bugs.gentoo.org/808717 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{jack-4.0.0_pre20201220.ebuild => jack-4.0.0_pre20201220-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/jack/jack-4.0.0_pre20201220.ebuild b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild similarity index 97% rename from media-sound/jack/jack-4.0.0_pre20201220.ebuild rename to media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild index 5afae97078b..6148092efbb 100644 --- a/media-sound/jack/jack-4.0.0_pre20201220.ebuild +++ b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild @@ -6,7 +6,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="ncurses" DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
