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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FEC6158092 for ; Wed, 15 Sep 2021 18:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD89BE0821; Wed, 15 Sep 2021 18:23:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 941E8E0821 for ; Wed, 15 Sep 2021 18:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F407342C15 for ; Wed, 15 Sep 2021 18:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2734B0 for ; Wed, 15 Sep 2021 18:23:39 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1631730211.52a638e6e0ae85696cad3a25dd73b7046f66cf5c.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2021.3.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 52a638e6e0ae85696cad3a25dd73b7046f66cf5c X-VCS-Branch: master Date: Wed, 15 Sep 2021 18:23:39 +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: aa343e71-15c9-4a3d-b2ee-5f5b92c63c7e X-Archives-Hash: 5e3243f35032ee0dee3e0abc0e2f3213 commit: 52a638e6e0ae85696cad3a25dd73b7046f66cf5c Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Sep 15 18:23:18 2021 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Sep 15 18:23:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a638e6 sci-chemistry/gromacs: Check patches Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/gromacs-2021.3.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild b/sci-chemistry/gromacs/gromacs-2021.3.ebuild index c9f47113b4e..6d851074d36 100644 --- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" @@ -88,11 +88,6 @@ if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/${PN}-${PV/_/-}" fi -PATCHES=( - "${FILESDIR}/${PN}-2020-pytest.patch" - "${FILESDIR}/${PN}-2021-nblib.patch" -) - pkg_pretend() { [[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by gromacs" use openmp && ! tc-has-openmp && \