sci-chemistry/autodock_vina: Require thread support in boost, bug #557822
authorJustin Lecher <jlec@gentoo.org>
Sun, 16 Aug 2015 11:33:39 +0000 (13:33 +0200)
committerJustin Lecher <jlec@gentoo.org>
Sun, 16 Aug 2015 11:34:13 +0000 (13:34 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild

index aea218f8faf93f60bc38007d7061409b84c5f1bf..a5662a18882db9cd2e530148e43355afa34dcf56 100644 (file)
@@ -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