commit: 1736183b6d7f2f753c9b275bd1d7085e0549705f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 11:33:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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