From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A147138334 for ; Thu, 16 Aug 2018 20:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B689E08B1; Thu, 16 Aug 2018 20:45:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59182E08B1 for ; Thu, 16 Aug 2018 20:45:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C964335D30 for ; Thu, 16 Aug 2018 20:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65B93AE for ; Thu, 16 Aug 2018 20:45:33 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1534452318.b7b06c0c9b16803feb7b55bbf457f83c31373602.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gqrx/gqrx-2.11.5.ebuild net-wireless/gqrx/gqrx-9999.ebuild X-VCS-Directories: net-wireless/gqrx/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b7b06c0c9b16803feb7b55bbf457f83c31373602 X-VCS-Branch: master Date: Thu, 16 Aug 2018 20:45:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f961e621-41ef-4935-8a13-7aca726579a7 X-Archives-Hash: 82bd5bcf4eb8ec12a272a1e19b36b631 commit: b7b06c0c9b16803feb7b55bbf457f83c31373602 Author: Zero_Chaos gentoo org> AuthorDate: Thu Aug 16 17:20:18 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Aug 16 20:45:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b06c0c net-wireless/gqrx: fix qa warning Package-Manager: Portage-2.3.46, Repoman-2.3.10 net-wireless/gqrx/gqrx-2.11.5.ebuild | 1 + net-wireless/gqrx/gqrx-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-wireless/gqrx/gqrx-2.11.5.ebuild b/net-wireless/gqrx/gqrx-2.11.5.ebuild index f696cb12c53..b9b3d7bb2cf 100644 --- a/net-wireless/gqrx/gqrx-2.11.5.ebuild +++ b/net-wireless/gqrx/gqrx-2.11.5.ebuild @@ -53,6 +53,7 @@ src_prepare() { if use !pulseaudio; then sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die fi + cmake-utils_src_prepare eapply_user } diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild index d280c8f3e3c..b9b3d7bb2cf 100644 --- a/net-wireless/gqrx/gqrx-9999.ebuild +++ b/net-wireless/gqrx/gqrx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,6 +53,7 @@ src_prepare() { if use !pulseaudio; then sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die fi + cmake-utils_src_prepare eapply_user }