Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/
Date: Sun, 04 Sep 2022 12:23:10
Message-Id: 1662294148.065341128da7f5a3d89dab94c1fc4c92ef7cb1ea.soap@gentoo
1 commit: 065341128da7f5a3d89dab94c1fc4c92ef7cb1ea
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:28 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06534112
7
8 sci-chemistry/autodock_vina: remove boost[threads(+)] usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index a1782463270a..5e1ce226e6a7 100644
17 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild
18 +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE="debug"
28
29 -RDEPEND="dev-libs/boost:=[threads(+)]"
30 +RDEPEND="dev-libs/boost:="
31 DEPEND="${RDEPEND}"
32
33 S="${WORKDIR}"/${MY_P}/build/linux/release