diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 16:36:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 16:36:36 +0300 |
commit | 7edb4f26e7d27c2b0363b66ece547b16819342f9 (patch) | |
tree | 25ae0cf6d920470657d6693c28253f480252509d /net-p2p/qbittorrent/qbittorrent-9999.ebuild | |
parent | media-fonts/arphicfonts: call xdg_environment_reset (diff) | |
download | gentoo-7edb4f26e7d27c2b0363b66ece547b16819342f9.tar.gz gentoo-7edb4f26e7d27c2b0363b66ece547b16819342f9.tar.bz2 gentoo-7edb4f26e7d27c2b0363b66ece547b16819342f9.zip |
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
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-9999.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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=( |