diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-16 11:50:13 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-16 11:50:13 +0100 |
commit | 0e98ff35fac9168dbfabd3985401eb3bbf38c22b (patch) | |
tree | 7f4b342b37211d839e500898dd5e6ca40e32f721 /sci-mathematics | |
parent | sci-libs/xblas: drop UnusedInherits (diff) | |
download | sci-0e98ff35fac9168dbfabd3985401eb3bbf38c22b.tar.gz sci-0e98ff35fac9168dbfabd3985401eb3bbf38c22b.tar.bz2 sci-0e98ff35fac9168dbfabd3985401eb3bbf38c22b.zip |
sci-mathematics/freefem++: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/freefem++/freefem++-4.10.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/freefem++/freefem++-4.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/freefem++/freefem++-4.10.ebuild b/sci-mathematics/freefem++/freefem++-4.10.ebuild index b1a4c4838..16dd0b197 100644 --- a/sci-mathematics/freefem++/freefem++-4.10.ebuild +++ b/sci-mathematics/freefem++/freefem++-4.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Solve PDEs using FEM on 2d and 3d domains" HOMEPAGE="https://freefem.org/" diff --git a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild index 2afb7d92f..557f9107c 100644 --- a/sci-mathematics/freefem++/freefem++-4.7.1.ebuild +++ b/sci-mathematics/freefem++/freefem++-4.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic toolchain-funcs +inherit autotools toolchain-funcs MY_PV="$(ver_rs 2 -)" |