diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:33:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:34:13 +0200 |
commit | 1736183b6d7f2f753c9b275bd1d7085e0549705f (patch) | |
tree | 4fa92570f23fa780b4057fd6e4608b7e3185bc0a /sci-chemistry | |
parent | dev-scheme/guile: Add missing dep on ncurses (diff) | |
download | gentoo-1736183b6d7f2f753c9b275bd1d7085e0549705f.tar.gz gentoo-1736183b6d7f2f753c9b275bd1d7085e0549705f.tar.bz2 gentoo-1736183b6d7f2f753c9b275bd1d7085e0549705f.zip |
sci-chemistry/autodock_vina: Require thread support in boost, bug #557822
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild | 6 |
1 files 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 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 |