summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-09-04 21:57:50 -0500
committerMatthias Maier <tamiko@gentoo.org>2019-09-04 22:03:36 -0500
commit693fc7ceeb5bb928011abf93460c537fbd8004fe (patch)
tree5ea0ab47efe24ba1117e21a22445d24873e4ae62 /sci-libs
parentapp-accessibility/sound-icons: bump to eapi 7 (diff)
downloadgentoo-693fc7ceeb5bb928011abf93460c537fbd8004fe.tar.gz
gentoo-693fc7ceeb5bb928011abf93460c537fbd8004fe.tar.bz2
gentoo-693fc7ceeb5bb928011abf93460c537fbd8004fe.zip
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/med/med-4.0.0-r1.ebuild4
-rw-r--r--sci-libs/med/metadata.xml2
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>