diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-09-02 13:50:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-09-02 14:00:46 +0200 |
commit | 8af47ad6d84726f323c295c3494ab36292a05bf0 (patch) | |
tree | 6b978fa7254cf8c0739056800949b19cb1cab558 | |
parent | sci-chemistry/dssp: Fix boost compat for dssp-2 (diff) | |
download | gentoo-8af47ad6d84726f323c295c3494ab36292a05bf0.tar.gz gentoo-8af47ad6d84726f323c295c3494ab36292a05bf0.tar.bz2 gentoo-8af47ad6d84726f323c295c3494ab36292a05bf0.zip |
sci-chemistry/dssp: Needs boost with zlib and bzip2
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | sci-chemistry/dssp/dssp-2.2.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild index 17a89bb51ffc..8697005fc2cd 100644 --- a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild +++ b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-libs/boost:=[threads(+)]" +RDEPEND="dev-libs/boost:=[bzip2,zlib,threads(+)]" DEPEND="${RDEPEND}" PATCHES=( |