diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-04-16 19:14:23 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-04-16 19:14:51 -0500 |
commit | d1bd9e5720adbd2d42441228afeb7ade596afda5 (patch) | |
tree | fff466fe3ce7d50ef577b6714b358b1b8ce1723e /sci-mathematics/petsc | |
parent | sys-apps/baobab: Version bump to 40.0 (diff) | |
download | gentoo-d1bd9e5720adbd2d42441228afeb7ade596afda5.tar.gz gentoo-d1bd9e5720adbd2d42441228afeb7ade596afda5.tar.bz2 gentoo-d1bd9e5720adbd2d42441228afeb7ade596afda5.zip |
sci-mathematics/petsc: fix missing build dependency
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-mathematics/petsc')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.15.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/petsc/petsc-3.15.0.ebuild b/sci-mathematics/petsc/petsc-3.15.0.ebuild index 8e236505d128..f1f095b8b2cc 100644 --- a/sci-mathematics/petsc/petsc-3.15.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.15.0.ebuild @@ -50,6 +50,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} virtual/pkgconfig dev-util/cmake + sys-apps/which " PATCHES=( |