Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/
Date: Thu, 16 Aug 2018 20:45:43
Message-Id: 1534452318.b7b06c0c9b16803feb7b55bbf457f83c31373602.zerochaos@gentoo
1 commit: b7b06c0c9b16803feb7b55bbf457f83c31373602
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 16 17:20:18 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 20:45:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b06c0c
7
8 net-wireless/gqrx: fix qa warning
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 net-wireless/gqrx/gqrx-2.11.5.ebuild | 1 +
13 net-wireless/gqrx/gqrx-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/net-wireless/gqrx/gqrx-2.11.5.ebuild b/net-wireless/gqrx/gqrx-2.11.5.ebuild
17 index f696cb12c53..b9b3d7bb2cf 100644
18 --- a/net-wireless/gqrx/gqrx-2.11.5.ebuild
19 +++ b/net-wireless/gqrx/gqrx-2.11.5.ebuild
20 @@ -53,6 +53,7 @@ src_prepare() {
21 if use !pulseaudio; then
22 sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
23 fi
24 + cmake-utils_src_prepare
25 eapply_user
26 }
27
28
29 diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
30 index d280c8f3e3c..b9b3d7bb2cf 100644
31 --- a/net-wireless/gqrx/gqrx-9999.ebuild
32 +++ b/net-wireless/gqrx/gqrx-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -53,6 +53,7 @@ src_prepare() {
40 if use !pulseaudio; then
41 sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
42 fi
43 + cmake-utils_src_prepare
44 eapply_user
45 }