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/dssp/
Date: Sun, 04 Sep 2022 12:23:10
Message-Id: 1662294149.47f68efe19de54b1dc1500bd183fe6a2f9dfa1aa.soap@gentoo
1 commit: 47f68efe19de54b1dc1500bd183fe6a2f9dfa1aa
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:29 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f68efe
7
8 sci-chemistry/dssp: remove boost[threads(+)] usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-chemistry/dssp/dssp-2.2.1-r3.ebuild | 4 ++--
13 sci-chemistry/dssp/dssp-3.0.11.ebuild | 2 +-
14 sci-chemistry/dssp/dssp-4.0.3.ebuild | 4 ++--
15 sci-chemistry/dssp/dssp-4.0.4.ebuild | 2 +-
16 4 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
19 index 208f006e4f5b..bbb138f6dbc2 100644
20 --- a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
21 +++ b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -14,7 +14,7 @@ SLOT="0"
29 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
30 IUSE=""
31
32 -RDEPEND="dev-libs/boost:=[bzip2,zlib,threads(+)]"
33 +RDEPEND="dev-libs/boost:=[bzip2,zlib]"
34 DEPEND="${RDEPEND}"
35
36 PATCHES=(
37
38 diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild b/sci-chemistry/dssp/dssp-3.0.11.ebuild
39 index c072fd95aebc..8c0852ec98ff 100644
40 --- a/sci-chemistry/dssp/dssp-3.0.11.ebuild
41 +++ b/sci-chemistry/dssp/dssp-3.0.11.ebuild
42 @@ -19,7 +19,7 @@ RESTRICT="test"
43
44 RDEPEND="
45 dev-lang/perl:=
46 - dev-libs/boost:=[bzip2,zlib,threads(+)]
47 + dev-libs/boost:=[bzip2,zlib]
48 "
49 DEPEND="${RDEPEND}"
50
51
52 diff --git a/sci-chemistry/dssp/dssp-4.0.3.ebuild b/sci-chemistry/dssp/dssp-4.0.3.ebuild
53 index 31f86f7e3cf4..812efe35b9e9 100644
54 --- a/sci-chemistry/dssp/dssp-4.0.3.ebuild
55 +++ b/sci-chemistry/dssp/dssp-4.0.3.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 +# Copyright 1999-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -15,7 +15,7 @@ KEYWORDS="~amd64"
63 IUSE=""
64
65 BDEPEND="
66 - >=dev-libs/boost-1.70.0:=[zlib,threads(+)]
67 + >=dev-libs/boost-1.70.0:=[zlib]
68 >=sci-libs/libcifpp-2.0.0
69 "
70 DEPEND=""
71
72 diff --git a/sci-chemistry/dssp/dssp-4.0.4.ebuild b/sci-chemistry/dssp/dssp-4.0.4.ebuild
73 index 5fe497f48e02..fab19ceb9f6f 100644
74 --- a/sci-chemistry/dssp/dssp-4.0.4.ebuild
75 +++ b/sci-chemistry/dssp/dssp-4.0.4.ebuild
76 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 BDEPEND="
80 - >=dev-libs/boost-1.70.0:=[zlib,threads(+)]
81 + >=dev-libs/boost-1.70.0:=[zlib]
82 >=sci-libs/libcifpp-2.0.0
83 "
84 DEPEND=""