Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/
Date: Tue, 02 Feb 2021 15:29:18
Message-Id: 1612279736.f90e48894994971835b76ced8e8d54a3919a92e5.billie@gentoo
1 commit: f90e48894994971835b76ced8e8d54a3919a92e5
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 15:28:17 2021 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 15:28:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e4889
7
8 media-sound/aqualung: Fix bug #768282.
9
10 Thanks to Laszlo Valko for the report and Ionen Wolkens for
11 the patch.
12
13 Closes: https://bugs.gentoo.org/768282
14 Package-Manager: Portage-3.0.13, Repoman-3.0.2
15 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
16
17 media-sound/aqualung/aqualung-1.1-r101.ebuild | 4 ++++
18 1 file changed, 4 insertions(+)
19
20 diff --git a/media-sound/aqualung/aqualung-1.1-r101.ebuild b/media-sound/aqualung/aqualung-1.1-r101.ebuild
21 index f497e1bb19b..87d3f7995f0 100644
22 --- a/media-sound/aqualung/aqualung-1.1-r101.ebuild
23 +++ b/media-sound/aqualung/aqualung-1.1-r101.ebuild
24 @@ -57,6 +57,10 @@ PATCHES=(
25 "${FILESDIR}/${P}-var-collision.patch"
26 )
27
28 +pkg_setup() {
29 + use lua && lua-single_pkg_setup
30 +}
31 +
32 src_configure() {
33 econf \
34 --disable-rpath \