From 7edb4f26e7d27c2b0363b66ece547b16819342f9 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 22 Jul 2018 16:36:36 +0300 Subject: [PATCH] net-p2p/qbittorrent: Do not apply -Werror patch for live ebuild Closes: https://bugs.gentoo.org/661772 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-p2p/qbittorrent/qbittorrent-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 1f76cf096f6e..6453f2dac227 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -42,7 +42,9 @@ DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) -PATCHES=( "${FILESDIR}/${PN}-4.0.4-werror.patch" ) +#PATCHES=( "${FILESDIR}/${PN}-4.0.4-werror.patch" ) +# they do not ship -Werror for the master branch yet +# may be changed again. src_configure() { local mycmakeargs=( -- 2.26.2