diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:28 +0200 |
commit | 065341128da7f5a3d89dab94c1fc4c92ef7cb1ea (patch) | |
tree | 3518c9149aa54695b9e7f26769cb1c12a4b1e0be /sci-chemistry/autodock_vina | |
parent | net-vpn/i2pd: remove boost[threads(+)] usedep (diff) | |
download | gentoo-065341128da7f5a3d89dab94c1fc4c92ef7cb1ea.tar.gz gentoo-065341128da7f5a3d89dab94c1fc4c92ef7cb1ea.tar.bz2 gentoo-065341128da7f5a3d89dab94c1fc4c92ef7cb1ea.zip |
sci-chemistry/autodock_vina: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry/autodock_vina')
-rw-r--r-- | sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild index a1782463270a..5e1ce226e6a7 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND="dev-libs/boost:=[threads(+)]" +RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}/build/linux/release |