From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD0561382C5 for ; Sat, 2 Jan 2021 11:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8393E082F; Sat, 2 Jan 2021 11:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA8E0E082F for ; Sat, 2 Jan 2021 11:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B0E2340F68 for ; Sat, 2 Jan 2021 11:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F57C3 for ; Sat, 2 Jan 2021 11:51:00 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1609588195.72c7f7b2ca04d094ecd680df59189a0f3acb4162.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-1.9.16.ebuild media-sound/jack2/jack2-9999.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 72c7f7b2ca04d094ecd680df59189a0f3acb4162 X-VCS-Branch: master Date: Sat, 2 Jan 2021 11:51:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72e1269e-e87d-481f-a1cb-0e45a6c16b2a X-Archives-Hash: 845324590d345782a1bb2b3568bbb258 commit: 72c7f7b2ca04d094ecd680df59189a0f3acb4162 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jan 2 11:49:55 2021 +0000 Commit: Miroslav Šulc gentoo 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 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 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 }