Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Thu, 05 May 2016 01:07:31
Message-Id: 1462410435.c828950299c1f83f8e60b3c013aa043fcc64c8ed.pesa@gentoo
1 commit: c828950299c1f83f8e60b3c013aa043fcc64c8ed
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 01:07:15 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 01:07:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8289502
7
8 net-p2p/qbittorrent: sync live ebuild
9
10 Package-Manager: portage-2.2.28
11
12 net-p2p/qbittorrent/qbittorrent-9999.ebuild | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
16 index c98d0ca..70a4b96 100644
17 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild
18 +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=6
22
23 -inherit qmake-utils
24 +inherit flag-o-matic qmake-utils
25
26 DESCRIPTION="BitTorrent client in C++ and Qt"
27 HOMEPAGE="http://www.qbittorrent.org/"
28 @@ -58,6 +58,12 @@ DEPEND="${RDEPEND}
29 DOCS=(AUTHORS Changelog CONTRIBUTING.md README.md TODO)
30
31 src_configure() {
32 + # workaround build issue with older boost
33 + # https://github.com/qbittorrent/qBittorrent/issues/4112
34 + if has_version '<dev-libs/boost-1.58'; then
35 + append-cppflags -DBOOST_NO_CXX11_REF_QUALIFIERS
36 + fi
37 +
38 econf \
39 --with-qjson=system \
40 --with-qtsingleapplication=system \