diff options
Diffstat (limited to 'sci-libs/med')
-rw-r--r-- | sci-libs/med/med-4.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/med/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/med/med-4.0.0-r1.ebuild b/sci-libs/med/med-4.0.0-r1.ebuild index 703179668a8c..3eaa9806e84f 100644 --- a/sci-libs/med/med-4.0.0-r1.ebuild +++ b/sci-libs/med/med-4.0.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://files.salome-platform.org/Salome/other/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc fortran hdf5_16_api python test" +IUSE="doc fortran hdf5-16-api python test" # fails to run parallel tests RESTRICT="test" @@ -44,7 +44,7 @@ pkg_setup() { } src_prepare() { - if use hdf5_16_api; then + if use hdf5-16-api; then append-cppflags -DH5_USE_16_API fi diff --git a/sci-libs/med/metadata.xml b/sci-libs/med/metadata.xml index 66143a59248b..508afc5ef9c1 100644 --- a/sci-libs/med/metadata.xml +++ b/sci-libs/med/metadata.xml @@ -18,7 +18,7 @@ <description>Gentoo Proxy Maintainers</description> </maintainer> <use> - <flag name="hdf5_16_api"> + <flag name="hdf5-16-api"> Use -DH5_USE_16_API to build the package against old 1.6 API of HDF5 </flag> </use> |