diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:59:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:04 +0100 |
commit | 77d96eb5d19675b10e3cddf4cf5c927d5876341e (patch) | |
tree | 9bea6ad4f57184296055231a79c8a6b5412e624c /sci-libs/scotch | |
parent | sci-libs/qrupdate: eutils->epatch (diff) | |
download | gentoo-77d96eb5d19675b10e3cddf4cf5c927d5876341e.tar.gz gentoo-77d96eb5d19675b10e3cddf4cf5c927d5876341e.tar.bz2 gentoo-77d96eb5d19675b10e3cddf4cf5c927d5876341e.zip |
sci-libs/scotch: 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/scotch')
-rw-r--r-- | sci-libs/scotch/scotch-6.0.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/scotch/scotch-6.0.4-r2.ebuild b/sci-libs/scotch/scotch-6.0.4-r2.ebuild index 09ea23318f8d..8af0ccfe611a 100644 --- a/sci-libs/scotch/scotch-6.0.4-r2.ebuild +++ b/sci-libs/scotch/scotch-6.0.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs versionator flag-o-matic multilib +inherit epatch toolchain-funcs versionator flag-o-matic multilib # use esmumps version to allow linking with mumps MYP="${PN}_${PV}_esmumps" |