commit: 72c7f7b2ca04d094ecd680df59189a0f3acb4162 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Jan 2 11:49:55 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Jan 2 11:49:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c7f7b2
media-sound/jack2: fixed python shebang in waf thanks Ionen Wolkens <sudinave <AT> gmail.com> for finding the cause Closes: https://bugs.gentoo.org/763060 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/jack2/jack2-1.9.16.ebuild | 3 ++- media-sound/jack2/jack2-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/jack2/jack2-1.9.16.ebuild b/media-sound/jack2/jack2-1.9.16.ebuild index e59a43a5b06..cceb860aa7e 100644 --- a/media-sound/jack2/jack2-1.9.16.ebuild +++ b/media-sound/jack2/jack2-1.9.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,6 +61,7 @@ PATCHES=( src_prepare() { default + python_fix_shebang waf multilib_copy_sources } diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index d76f72a1625..f80759ad379 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,6 +57,7 @@ DOCS=( AUTHORS.rst ChangeLog.rst README.rst README_NETJACK2 ) src_prepare() { default + python_fix_shebang waf multilib_copy_sources }
