From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA4B7138222 for ; Thu, 5 May 2016 21:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D55021C097; Thu, 5 May 2016 21:11:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78F1E21C095 for ; Thu, 5 May 2016 21:11:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A23A93406C2 for ; Thu, 5 May 2016 21:11:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181C5856 for ; Thu, 5 May 2016 21:11:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1462482665.1ca47b3fbcfddbf180625e96f86d80e1cb554192.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tagpy/tagpy-0.94.8-r1.ebuild X-VCS-Directories: dev-python/tagpy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1ca47b3fbcfddbf180625e96f86d80e1cb554192 X-VCS-Branch: master Date: Thu, 5 May 2016 21:11:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cad08016-1670-4e5f-a270-08d1b639e93c X-Archives-Hash: 12dbaebae6f16e5bb4fc18c608a8f948 commit: 1ca47b3fbcfddbf180625e96f86d80e1cb554192 Author: David Seifert gentoo org> AuthorDate: Thu May 5 20:41:11 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 5 21:11:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca47b3f dev-python/tagpy: Require USE="threads" for dev-libs/boost Gentoo-Bug: 580496 Package-Manager: portage-2.2.28 dev-python/tagpy/tagpy-0.94.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tagpy/tagpy-0.94.8-r1.ebuild b/dev-python/tagpy/tagpy-0.94.8-r1.ebuild index 35489eb..b84702a 100644 --- a/dev-python/tagpy/tagpy-0.94.8-r1.ebuild +++ b/dev-python/tagpy/tagpy-0.94.8-r1.ebuild @@ -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"