dev-python/tagpy: Require USE="threads" for dev-libs/boost

Gentoo-Bug: 580496

Package-Manager: portage-2.2.28
This commit is contained in:
David Seifert
2016-05-05 22:41:11 +02:00
parent 43524c9b79
commit 1ca47b3fbc

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE="examples"
RDEPEND=">=dev-libs/boost-1.48[python]
RDEPEND=">=dev-libs/boost-1.48[python,threads]
>=media-libs/taglib-1.4"
DEPEND="${RDEPEND}
dev-python/setuptools"