diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:43:45 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:54:34 +0300 |
commit | ae68a4eb0e99c7a2c998692ce2f0c064d2c6efda (patch) | |
tree | ac39d99141272607af1c0d9a00c4c1463d185d20 /sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild | |
parent | sci-chemistry/gromacs: Drop non-exising blocker (diff) | |
download | gentoo-ae68a4eb0e99c7a2c998692ce2f0c064d2c6efda.tar.gz gentoo-ae68a4eb0e99c7a2c998692ce2f0c064d2c6efda.tar.bz2 gentoo-ae68a4eb0e99c7a2c998692ce2f0c064d2c6efda.zip |
sci-chemistry/gromacs: Drop unused eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild b/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild index 0c9aa1c428a4..21030ca4fbe4 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake cuda multilib readme.gentoo-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 cmake cuda readme.gentoo-r1 toolchain-funcs xdg-utils SRC_URI=" http://ftp.gromacs.org/gromacs/${PN}-${PV/_/-}.tar.gz |