diff options
author | 2016-05-05 18:34:11 +0200 | |
---|---|---|
committer | 2016-05-05 18:34:11 +0200 | |
commit | 7a2a00c7abcd407d709190ceb35858a30a8ebf75 (patch) | |
tree | d6a816c07b6fdd11c59643ca209633064bc0fde8 /media-plugins | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-7a2a00c7abcd407d709190ceb35858a30a8ebf75.tar.gz gentoo-7a2a00c7abcd407d709190ceb35858a30a8ebf75.tar.bz2 gentoo-7a2a00c7abcd407d709190ceb35858a30a8ebf75.zip |
depend boost has to compile with threads support, thx to T.Foerster on wrt bug 566124
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild index 8119d68d8016..7f120fd2d9db 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=media-video/vdr-1.7.34 dev-libs/libgcrypt:0 - dev-libs/boost" + dev-libs/boost[threads]" RDEPEND="${DEPEND}" pkg_postinst() { |