diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-11 09:48:30 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-06-13 12:27:21 -0400 |
commit | 4080bdc4188b01c7ab90be3cd7e7bf659b038905 (patch) | |
tree | 03f886d1612337a549c76f37f25cfa1c251cda5b /sci-chemistry/gromacs | |
parent | app-shells/bash: remove unused patch (diff) | |
download | gentoo-4080bdc4188b01c7ab90be3cd7e7bf659b038905.tar.gz gentoo-4080bdc4188b01c7ab90be3cd7e7bf659b038905.tar.bz2 gentoo-4080bdc4188b01c7ab90be3cd7e7bf659b038905.zip |
sci-chemistry/gromacs: add missing flag-o-matic inherit
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16189
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2020.1-r1.ebuild b/sci-chemistry/gromacs/gromacs-2020.1-r1.ebuild index fab120420b28..9d71d0f73354 100644 --- a/sci-chemistry/gromacs/gromacs-2020.1-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.1-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_SINGLE_IMPL=1 -inherit bash-completion-r1 cmake-utils cuda distutils-r1 eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 cmake-utils cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git diff --git a/sci-chemistry/gromacs/gromacs-2020.2.ebuild b/sci-chemistry/gromacs/gromacs-2020.2.ebuild index fab120420b28..9d71d0f73354 100644 --- a/sci-chemistry/gromacs/gromacs-2020.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_SINGLE_IMPL=1 -inherit bash-completion-r1 cmake-utils cuda distutils-r1 eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils +inherit bash-completion-r1 cmake-utils cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git |