commit: 693fc7ceeb5bb928011abf93460c537fbd8004fe Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Sep 5 02:57:50 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Sep 5 03:03:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693fc7ce
sci-libs/med: rename use flag Bug: https://bugs.gentoo.org/693146 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-libs/med/med-4.0.0-r1.ebuild | 4 ++-- 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 703179668a8..3eaa9806e84 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 66143a59248..508afc5ef9c 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>
