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: Sat, 06 Nov 2021 08:53:06
Message-Id: 1636188775.c2a04400a8881f2c599fe6aaf09769b3787ea541.pacho@gentoo
1 commit: c2a04400a8881f2c599fe6aaf09769b3787ea541
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 08:07:20 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 08:52:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a04400
7
8 sci-chemistry/dssp: gromacs-2022 will support dssp-4
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sci-chemistry/dssp/dssp-4.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/dssp/dssp-4.0.3.ebuild b/sci-chemistry/dssp/dssp-4.0.3.ebuild
17 index d9d8a5740c8..31f86f7e3cf 100644
18 --- a/sci-chemistry/dssp/dssp-4.0.3.ebuild
19 +++ b/sci-chemistry/dssp/dssp-4.0.3.ebuild
20 @@ -22,7 +22,7 @@ DEPEND=""
21 RDEPEND="${BDEPEND}"
22
23 pkg_postinst() {
24 - if has_version sci-chemistry/gromacs; then
25 + if has_version "<=sci-chemistry/gromacs-2022"; then
26 ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:"
27 ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129"
28 ewarn