diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:59:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:06 +0100 |
commit | 54452c7715bce5e51bf26a07ee6677f8b812400b (patch) | |
tree | 31bbd0b632636b086842f36acd1a13489e0f47ca /sci-mathematics/ent | |
parent | sci-libs/superlu: fix ignored myeconfargs (diff) | |
download | gentoo-54452c7715bce5e51bf26a07ee6677f8b812400b.tar.gz gentoo-54452c7715bce5e51bf26a07ee6677f8b812400b.tar.bz2 gentoo-54452c7715bce5e51bf26a07ee6677f8b812400b.zip |
sci-mathematics/ent: 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-mathematics/ent')
-rw-r--r-- | sci-mathematics/ent/ent-101202.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/ent/ent-101202.ebuild b/sci-mathematics/ent/ent-101202.ebuild index ca734a7d70d9..2c0a24c73daa 100644 --- a/sci-mathematics/ent/ent-101202.ebuild +++ b/sci-mathematics/ent/ent-101202.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Pseudorandom number sequence test" HOMEPAGE="http://www.fourmilab.ch/random/" |