Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Mon, 12 Jul 2021 12:26:34
Message-Id: 1626092785.c2fcfbd233595511a1a0b8571750641653cc30b7.marecki@gentoo
1 commit: c2fcfbd233595511a1a0b8571750641653cc30b7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 11:45:09 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 12:26:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fcfbd2
7
8 media-sound/aqualung: support all currently available Lua targets
9
10 Builds and installs fine against all five. For the record, the upstream
11 configure search logic is 5.2, 5.1, >5.2, >5.1, fail.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 media-sound/aqualung/aqualung-1.1-r101.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-sound/aqualung/aqualung-1.1-r101.ebuild b/media-sound/aqualung/aqualung-1.1-r101.ebuild
19 index af782eb7015..26cd9a92381 100644
20 --- a/media-sound/aqualung/aqualung-1.1-r101.ebuild
21 +++ b/media-sound/aqualung/aqualung-1.1-r101.ebuild
22 @@ -3,12 +3,12 @@
23
24 EAPI=7
25
26 -LUA_COMPAT=( lua5-2 )
27 +LUA_COMPAT=( lua5-{1..4} luajit )
28
29 inherit autotools desktop lua-single xdg
30
31 DESCRIPTION="Music player for a wide range of formats designed for gapless playback"
32 -HOMEPAGE="http://aqualung.jeremyevans.net/ https://github.com/jeremyevans/aqualung"
33 +HOMEPAGE="https://aqualung.jeremyevans.net/ https://github.com/jeremyevans/aqualung"
34 SRC_URI="https://github.com/jeremyevans/${PN}/releases/download/${PV}/${P}.tar.gz"
35
36 LICENSE="GPL-2"