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 7E6E11385B0 for ; Sun, 16 Aug 2015 11:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5480E08DC; Sun, 16 Aug 2015 11:34:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B04BE08DC for ; Sun, 16 Aug 2015 11:34:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 196673406C7 for ; Sun, 16 Aug 2015 11:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC07116 for ; Sun, 16 Aug 2015 11:34:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439724853.1736183b6d7f2f753c9b275bd1d7085e0549705f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild X-VCS-Directories: sci-chemistry/autodock_vina/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1736183b6d7f2f753c9b275bd1d7085e0549705f X-VCS-Branch: master Date: Sun, 16 Aug 2015 11:34:27 +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: 2edbf7ae-6799-4007-8a78-9c753fca8408 X-Archives-Hash: 2a6e55c1b858f21671eb6ab459e63f8b commit: 1736183b6d7f2f753c9b275bd1d7085e0549705f Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 11:33:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 11:34:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1736183b sci-chemistry/autodock_vina: Require thread support in boost, bug #557822 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild index aea218f..a5662a1 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils flag-o-matic versionator @@ -17,7 +17,7 @@ KEYWORDS="amd64 x86" LICENSE="Apache-2.0" IUSE="debug" -RDEPEND="dev-libs/boost" +RDEPEND="dev-libs/boost[threads]" DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}/build/linux/release