From: Matthias Maier Date: Thu, 5 Sep 2019 02:57:50 +0000 (-0500) Subject: sci-libs/med: rename use flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=693fc7ceeb5bb928011abf93460c537fbd8004fe;p=gentoo.git 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 --- 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 @@ Gentoo Proxy Maintainers - + Use -DH5_USE_16_API to build the package against old 1.6 API of HDF5