commit:     c2fcfbd233595511a1a0b8571750641653cc30b7
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 11:45:09 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 12:26:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fcfbd2

media-sound/aqualung: support all currently available Lua targets

Builds and installs fine against all five. For the record, the upstream
configure search logic is 5.2, 5.1, >5.2, >5.1, fail.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-sound/aqualung/aqualung-1.1-r101.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/aqualung/aqualung-1.1-r101.ebuild 
b/media-sound/aqualung/aqualung-1.1-r101.ebuild
index af782eb7015..26cd9a92381 100644
--- a/media-sound/aqualung/aqualung-1.1-r101.ebuild
+++ b/media-sound/aqualung/aqualung-1.1-r101.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-2 )
+LUA_COMPAT=( lua5-{1..4} luajit )
 
 inherit autotools desktop lua-single xdg
 
 DESCRIPTION="Music player for a wide range of formats designed for gapless 
playback"
-HOMEPAGE="http://aqualung.jeremyevans.net/ 
https://github.com/jeremyevans/aqualung";
+HOMEPAGE="https://aqualung.jeremyevans.net/ 
https://github.com/jeremyevans/aqualung";
 
SRC_URI="https://github.com/jeremyevans/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"

Reply via email to