diff options
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.ebuild b/sci-chemistry/gromacs/gromacs-2021.ebuild index 6bb2a501176c..069792626140 100644 --- a/sci-chemistry/gromacs/gromacs-2021.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.ebuild @@ -85,7 +85,7 @@ if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/${PN}-${PV/_/-}" fi -PATCHES=( "${FILESDIR}/${PN}-2020_beta1-pytest.patch" ) +PATCHES=( "${FILESDIR}/${PN}-2020-pytest.patch" ) pkg_pretend() { [[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by gromacs" |