diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-04-25 13:14:10 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-04-25 17:11:15 -0500 |
commit | b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a (patch) | |
tree | ba9b2608308c9b54f016e776dda1c828bed8325a /sci-visualization/paraview/metadata.xml | |
parent | tmpfiles.eclass: fix ROOT check for EAPI 7 (diff) | |
download | gentoo-b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a.tar.gz gentoo-b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a.tar.bz2 gentoo-b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a.zip |
sci-visualization/paraview: add USE=offscreen, reorganize configuration, QA
- Add USE=offscreen
- Fix QA warnings about unused configuration variables
- Reorganize configuration variables
- Add Python 3 support
Closes: https://bugs.gentoo.org/574072
Closes: https://bugs.gentoo.org/659602
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-visualization/paraview/metadata.xml')
-rw-r--r-- | sci-visualization/paraview/metadata.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-visualization/paraview/metadata.xml b/sci-visualization/paraview/metadata.xml index d2593b87682c..f5e4c3c6676a 100644 --- a/sci-visualization/paraview/metadata.xml +++ b/sci-visualization/paraview/metadata.xml @@ -7,10 +7,11 @@ </maintainer> <use> <flag name="boost">Enable the usage of dev-libs/boost</flag> - <flag name="coprocessing">Enable the coprocessing infrastructure which is mainly useful in the context of clusters</flag> <flag name="cg">Add support for nvidia's cg shaders</flag> + <flag name="coprocessing">Enable the coprocessing infrastructure which is mainly useful in the context of clusters</flag> + <flag name="development">Install development files including headers</flag> <flag name="nvcontrol">Add NVCONTROL support for OpenGL options</flag> + <flag name="offscreen">Offscreen rendering through OSMesa</flag> <flag name="plugins">Build and install additional plugins</flag> - <flag name="development">Install development files including headers</flag> </use> </pkgmetadata> |