diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:52:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:33 +0100 |
commit | 39d613061b461e78f3dbf81c1a4b2f012a3685de (patch) | |
tree | ae02d4c95273582aa818a20c4ad67a9bf873e6b3 /sci-libs/hdf5 | |
parent | sci-libs/hdf5: eutils-- (diff) | |
download | gentoo-39d613061b461e78f3dbf81c1a4b2f012a3685de.tar.gz gentoo-39d613061b461e78f3dbf81c1a4b2f012a3685de.tar.bz2 gentoo-39d613061b461e78f3dbf81c1a4b2f012a3685de.zip |
sci-libs/hdf5: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.10.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.10.5.ebuild b/sci-libs/hdf5/hdf5-1.10.5.ebuild index 9d3676dd8897..cfadb8e89e3c 100644 --- a/sci-libs/hdf5/hdf5-1.10.5.ebuild +++ b/sci-libs/hdf5/hdf5-1.10.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 FORTRAN_NEEDED=fortran -inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs multilib prefix +inherit autotools fortran-2 flag-o-matic toolchain-funcs multilib prefix MY_P=${PN}-${PV/_p/-patch} MAJOR_P=${PN}-$(ver_cut 1-2) |