Bug: https://bugs.gentoo.org/693146
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
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"
}
src_prepare() {
- if use hdf5_16_api; then
+ if use hdf5-16-api; then
append-cppflags -DH5_USE_16_API
fi
<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>