Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/
Date: Thu, 30 Jun 2022 17:39:45
Message-Id: 1656573918.5f7f60752b44636b107fae6e6208c22b57758c1e.flow@gentoo
1 commit: 5f7f60752b44636b107fae6e6208c22b57758c1e
2 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
3 AuthorDate: Thu Jun 30 07:25:18 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 07:25:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f7f6075
7
8 media-sound/nulloy: build fix
9
10 Fix https://bugs.gentoo.org/855221
11
12 Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
13
14 media-sound/nulloy/nulloy-0.9.3.ebuild | 2 +-
15 media-sound/nulloy/nulloy-9999.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.3.ebuild
19 index 2a8ed1a32..10d3f11a7 100644
20 --- a/media-sound/nulloy/nulloy-0.9.3.ebuild
21 +++ b/media-sound/nulloy/nulloy-0.9.3.ebuild
22 @@ -54,7 +54,7 @@ src_configure() {
23 --libdir "$(get_libdir)"
24 )
25
26 - ./configure "${myconfargs[@]}" || die
27 + QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
28 }
29
30 src_install() {
31
32 diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
33 index 4cd2267fd..adeb165de 100644
34 --- a/media-sound/nulloy/nulloy-9999.ebuild
35 +++ b/media-sound/nulloy/nulloy-9999.ebuild
36 @@ -29,6 +29,7 @@ DEPEND="
37 "
38 RDEPEND="${DEPEND}"
39
40 +
41 src_unpack() {
42 git-r3_src_unpack
43
44 @@ -61,7 +62,7 @@ src_configure() {
45 --libdir "$(get_libdir)"
46 )
47
48 - ./configure "${myconfargs[@]}" || die
49 + QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
50 }
51
52 src_install() {