diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 20:56:38 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 21:05:02 -0400 |
commit | 8bdaa74cd9de0c0bbd74d5562eea7f113eb017ad (patch) | |
tree | 5d13f79dc9ca9923ec38474522c0b3b4237de890 /media-sound/jack2/jack2-9999.ebuild | |
parent | dev-qt/qt-creator: fix build with upcoming Qt6.7.1 (diff) | |
download | gentoo-8bdaa74cd9de0c0bbd74d5562eea7f113eb017ad.tar.gz gentoo-8bdaa74cd9de0c0bbd74d5562eea7f113eb017ad.tar.bz2 gentoo-8bdaa74cd9de0c0bbd74d5562eea7f113eb017ad.zip |
media-sound/jack2: enable py3.12 + tidy a bit
Still no release, so let's backport the waf bump which
thankfully is less trouble than it looked.
Does not touch anything but the build system. May be
safer to revbump but rather not re-stabilize over this.
Is fine on amd64 stable for a quick test.
Closes: https://bugs.gentoo.org/929660
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-sound/jack2/jack2-9999.ebuild')
-rw-r--r-- | media-sound/jack2/jack2-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index c2b74cc94497..2241477aa20d 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -11,7 +11,10 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git" else - SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI=" + https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz + " KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi |