Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/
Date: Thu, 02 Sep 2021 12:01:06
Message-Id: 1630584048.54a9ba7ce3518fd4974ddd7834584a0c3dad9980.pacho@gentoo
1 commit: 54a9ba7ce3518fd4974ddd7834584a0c3dad9980
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 11:50:57 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 12:00:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a9ba7c
7
8 sci-chemistry/dssp: Needs boost with zlib and bzip2 support
9
10 Closes: https://bugs.gentoo.org/802417
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
18 index 407efe50622..a5e5af9c742 100644
19 --- a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
20 +++ b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
21 @@ -17,7 +17,7 @@ KEYWORDS="~amd64"
22 IUSE=""
23
24 BDEPEND="
25 - >=dev-libs/boost-1.70.0:=[threads(+)]
26 + >=dev-libs/boost-1.70.0:=[bzip2,zlib,threads(+)]
27 >=sci-libs/libcifpp-1.1.1
28 "
29 DEPEND=""