summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-01-02 12:49:55 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-01-02 12:49:55 +0100
commit72c7f7b2ca04d094ecd680df59189a0f3acb4162 (patch)
tree5243aff09a3c2c194b51ddaa728b00bf5f2bcf9f
parentnet-misc/iperf: minor style changes (diff)
downloadgentoo-72c7f7b2ca04d094ecd680df59189a0f3acb4162.tar.gz
gentoo-72c7f7b2ca04d094ecd680df59189a0f3acb4162.tar.bz2
gentoo-72c7f7b2ca04d094ecd680df59189a0f3acb4162.zip
media-sound/jack2: fixed python shebang in waf
thanks Ionen Wolkens <sudinave@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@gentoo.org>
-rw-r--r--media-sound/jack2/jack2-1.9.16.ebuild3
-rw-r--r--media-sound/jack2/jack2-9999.ebuild3
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 e59a43a5b06a..cceb860aa7e3 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 d76f72a16250..f80759ad3794 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
}