Gentoo Archives: gentoo-commits

From: Joerg Bornkessel <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
Date: Thu, 05 May 2016 16:34:39
Message-Id: 1462466051.7a2a00c7abcd407d709190ceb35858a30a8ebf75.hd_brummy@gentoo
1 commit: 7a2a00c7abcd407d709190ceb35858a30a8ebf75
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 16:34:11 2016 +0000
4 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 16:34:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2a00c7
7
8 depend boost has to compile with threads support, thx to T.Foerster on wrt bug 566124
9
10 Package-Manager: portage-2.2.28
11
12 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
16 index 8119d68..7f120fd 100644
17 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
18 +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
19 @@ -17,7 +17,7 @@ IUSE=""
20
21 DEPEND=">=media-video/vdr-1.7.34
22 dev-libs/libgcrypt:0
23 - dev-libs/boost"
24 + dev-libs/boost[threads]"
25 RDEPEND="${DEPEND}"
26
27 pkg_postinst() {