From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB93D158086 for ; Sat, 6 Nov 2021 08:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41B1E08BF; Sat, 6 Nov 2021 08:53:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DC5AE08BF for ; Sat, 6 Nov 2021 08:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F85F34312E for ; Sat, 6 Nov 2021 08:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9F3163 for ; Sat, 6 Nov 2021 08:53:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1636188775.c2a04400a8881f2c599fe6aaf09769b3787ea541.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/dssp/dssp-4.0.3.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c2a04400a8881f2c599fe6aaf09769b3787ea541 X-VCS-Branch: master Date: Sat, 6 Nov 2021 08:53:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2804ce1e-c25a-43e4-a066-8f6de37b9054 X-Archives-Hash: 74939ff98c2cd742046cf9ec7ced248b commit: c2a04400a8881f2c599fe6aaf09769b3787ea541 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 6 08:07:20 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 6 08:52:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a04400 sci-chemistry/dssp: gromacs-2022 will support dssp-4 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/dssp/dssp-4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/dssp/dssp-4.0.3.ebuild b/sci-chemistry/dssp/dssp-4.0.3.ebuild index d9d8a5740c8..31f86f7e3cf 100644 --- a/sci-chemistry/dssp/dssp-4.0.3.ebuild +++ b/sci-chemistry/dssp/dssp-4.0.3.ebuild @@ -22,7 +22,7 @@ DEPEND="" RDEPEND="${BDEPEND}" pkg_postinst() { - if has_version sci-chemistry/gromacs; then + if has_version "<=sci-chemistry/gromacs-2022"; then ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:" ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129" ewarn