sci-libs/opencascade: fix flag description
authorBernd Waibel <waebbl@gmail.com>
Sun, 21 Apr 2019 10:25:47 +0000 (12:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 21 Apr 2019 18:21:41 +0000 (20:21 +0200)
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>
sci-libs/opencascade/metadata.xml

index 38f461d22b3b56adc9d364f856c71ed9719db13e..cfb5bac89f91995b72678db26e9b86631d1a481f 100644 (file)
@@ -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>