summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl@gmail.com>2019-04-21 12:25:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:41 +0200
commit5a0a541e5695ded2639283d2fde7ba1ece03014b (patch)
tree448f8a88253eebfda87f89edc6a899e0faf1b860 /sci-libs
parentapp-text/poppler: 0.76.0 version bump (diff)
downloadgentoo-5a0a541e5695ded2639283d2fde7ba1ece03014b.tar.gz
gentoo-5a0a541e5695ded2639283d2fde7ba1ece03014b.tar.bz2
gentoo-5a0a541e5695ded2639283d2fde7ba1ece03014b.zip
sci-libs/opencascade: fix flag description
USE flag description for vtk has been wrong in metadata.xml. Thanks to Dirk Gouders for pointing it out. Reported-by: Dirk Gouders <dirk@gouders.net> Closes: https://bugs.gentoo.org/683138 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11763 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/opencascade/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/opencascade/metadata.xml b/sci-libs/opencascade/metadata.xml
index 38f461d22b3b..cfb5bac89f91 100644
--- a/sci-libs/opencascade/metadata.xml
+++ b/sci-libs/opencascade/metadata.xml
@@ -14,6 +14,6 @@
<flag name="gl2ps">Use gl2ps PostScript printing library</flag>
<flag name="gles2">Use OpenGL ES 2.0</flag>
<flag name="tbb">Enable multithreading with the Intel Threads Building Block dev-cpp/tbb</flag>
- <flag name="vtk">Enable Virtualisation Toolkit</flag>
+ <flag name="vtk">Enable Visualization Toolkit</flag>
</use>
</pkgmetadata>