diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:45:34 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-02-16 12:54:38 +0300 |
commit | bc9e12fd1e8b0efc0b5d8b7553ba8b993e1cd518 (patch) | |
tree | 2177e081d9e4cb0d5bbfe26dbbf5e2150e25aef0 /sci-chemistry/gromacs | |
parent | sci-chemistry/gromacs: Drop unused eclass (diff) | |
download | gentoo-bc9e12fd1e8b0efc0b5d8b7553ba8b993e1cd518.tar.gz gentoo-bc9e12fd1e8b0efc0b5d8b7553ba8b993e1cd518.tar.bz2 gentoo-bc9e12fd1e8b0efc0b5d8b7553ba8b993e1cd518.zip |
sci-chemistry/gromacs: Add missing inherit
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.6-r2.ebuild | 2 |
2 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 21030ca4fbe4..9eee378c29a2 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake cuda readme.gentoo-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 cmake cuda python-utils-r1 readme.gentoo-r1 toolchain-funcs xdg-utils SRC_URI=" http://ftp.gromacs.org/gromacs/${PN}-${PV/_/-}.tar.gz diff --git a/sci-chemistry/gromacs/gromacs-2019.6-r2.ebuild b/sci-chemistry/gromacs/gromacs-2019.6-r2.ebuild index 07646a7a37fe..d64148630343 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6-r2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake cuda readme.gentoo-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 cmake cuda python-utils-r1 readme.gentoo-r1 toolchain-funcs xdg-utils SRC_URI=" http://ftp.gromacs.org/gromacs/${PN}-${PV/_/-}.tar.gz |