diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:58:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:58 +0100 |
commit | a20f2d4ec90ddf5459988b4e1cd9c32bdd3276c2 (patch) | |
tree | 2f412965874d2c126ceb93e7be6806fb5b937a42 /sci-libs/cgcode | |
parent | sci-libs/cdf: eutils->epatch (diff) | |
download | gentoo-a20f2d4ec90ddf5459988b4e1cd9c32bdd3276c2.tar.gz gentoo-a20f2d4ec90ddf5459988b4e1cd9c32bdd3276c2.tar.bz2 gentoo-a20f2d4ec90ddf5459988b4e1cd9c32bdd3276c2.zip |
sci-libs/cgcode: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/cgcode')
-rw-r--r-- | sci-libs/cgcode/cgcode-1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cgcode/cgcode-1.0-r2.ebuild b/sci-libs/cgcode/cgcode-1.0-r2.ebuild index 931a56954eb3..dbb7d0622da8 100644 --- a/sci-libs/cgcode/cgcode-1.0-r2.ebuild +++ b/sci-libs/cgcode/cgcode-1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils fortran-2 flag-o-matic toolchain-funcs +inherit epatch fortran-2 flag-o-matic toolchain-funcs DESCRIPTION="Conjugate gradient Codes for large sparse linear systems" HOMEPAGE="http://fetk.org/codes/cgcode/index.html" |