diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-01 12:52:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-01 13:05:42 +0200 |
commit | fbd3150360d6bfdc71eaa5ce19d6f5e9ccfe5033 (patch) | |
tree | a3fa835f55a7e5d9d0581783e30ececcd9929eae /sci-chemistry | |
parent | dev-ruby/sqlite3: Stabilize 1.7.3 amd64, #933349 (diff) | |
download | gentoo-fbd3150360d6bfdc71eaa5ce19d6f5e9ccfe5033.tar.gz gentoo-fbd3150360d6bfdc71eaa5ce19d6f5e9ccfe5033.tar.bz2 gentoo-fbd3150360d6bfdc71eaa5ce19d6f5e9ccfe5033.zip |
sci-chemistry/dssp: Add missing dependency
Closes: https://bugs.gentoo.org/932159
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/dssp/dssp-4.4.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/dssp/dssp-4.4.7.ebuild b/sci-chemistry/dssp/dssp-4.4.7.ebuild index cebac1ce3a1a..d5e51fe40fec 100644 --- a/sci-chemistry/dssp/dssp-4.4.7.ebuild +++ b/sci-chemistry/dssp/dssp-4.4.7.ebuild @@ -20,7 +20,9 @@ CDEPEND=" >=dev-libs/libmcfp-1.2.2 >=sci-libs/libcifpp-7.0.3 " -BDEPEND="${CDEPEND}" +BDEPEND="${CDEPEND} + dev-cpp/catch:0 +" # doc? ( # || ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc ) # dev-python/weasyprint |