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 1FED1139083 for ; Fri, 22 Dec 2017 11:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E77E0FBB; Fri, 22 Dec 2017 11:56:17 +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 3A9F4E0FBB for ; Fri, 22 Dec 2017 11:56:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0C3FB34165A for ; Fri, 22 Dec 2017 11:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54637AE8E for ; Fri, 22 Dec 2017 11:56:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1513943761.d72e05e650250612ef0c4b28e5b05f03b8614cb1.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild net-p2p/qbittorrent/qbittorrent-9999.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d72e05e650250612ef0c4b28e5b05f03b8614cb1 X-VCS-Branch: master Date: Fri, 22 Dec 2017 11:56:12 +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: 1edaddc2-705d-4884-993c-d5ce6adf0df3 X-Archives-Hash: 2e4ce8ccf55478eacaad377aea441b43 commit: d72e05e650250612ef0c4b28e5b05f03b8614cb1 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 22 11:55:46 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 22 11:56:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72e05e6 net-p2p/qbittorrent: improve Werror handling Closes: https://bugs.gentoo.org/641010 Package-Manager: Portage-2.3.14, Repoman-2.3.6 net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild | 7 +++++++ net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild | 4 ++-- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild index ddac9c49ab6..6511503962b 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild @@ -45,6 +45,13 @@ DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) +src_prepare() { + cmake-utils_src_prepare + + # bug 641010 + sed -i -e "s/-Werror //" cmake/Modules/MacroQbtCompilerSettings.cmake || die +} + src_configure() { local mycmakeargs=( -DSYSTEM_QTSINGLEAPPLICATION=ON diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild index 7316bdc0178..9ebc91b0bdb 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild @@ -44,10 +44,10 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) src_prepare() { - default + cmake-utils_src_prepare # bug 641382 - sed -i -e "s/-Werror //" cmake/Modules/MacroQbtCompilerSettings.cmake || die + sed -i -e "s/-Werror //" cmake/Modules/MacroQbtCompilerSettings.cmake || die } src_configure() { diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 26971a13117..9ebc91b0bdb 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) src_prepare() { - default + cmake-utils_src_prepare # bug 641382 sed -i -e "s/-Werror //" cmake/Modules/MacroQbtCompilerSettings.cmake || die