From 1736183b6d7f2f753c9b275bd1d7085e0549705f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 16 Aug 2015 13:33:39 +0200 Subject: sci-chemistry/autodock_vina: Require thread support in boost, bug #557822 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-chemistry') 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 aea218f8faf9..a5662a18882d 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 -- cgit v1.2.3-65-gdbad