diff options
author | Sven Eden <yamakuzue@gmx.net> | 2020-06-16 15:11:36 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-08-25 23:00:00 +0100 |
commit | fcabaafec032cac309959f2cb0a978864549834a (patch) | |
tree | 16b59661a6e5e1b396668a2cdb3864ce8911a388 /dev-games/ogre | |
parent | dev-games/ogre: Bump to 2.1 - First major 2.1 release (diff) | |
download | gentoo-fcabaafec032cac309959f2cb0a978864549834a.tar.gz gentoo-fcabaafec032cac309959f2cb0a978864549834a.tar.bz2 gentoo-fcabaafec032cac309959f2cb0a978864549834a.zip |
dev-games/ogre: Specify what the "tools" USE flag does
Users should know, that the "tools" USE flag builds and install the
MeshUpgrader, VRMLConverter and XMLConverter tools. Thus users not in
need of either can safely deactivate that USE flag.
Bug: https://bugs.gentoo.org/600734
Closes: https://bugs.gentoo.org/600734
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sven Eden <yamakuzure@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/15527
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games/ogre')
-rw-r--r-- | dev-games/ogre/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/ogre/metadata.xml b/dev-games/ogre/metadata.xml index d793b5753b37..43330db8ca14 100644 --- a/dev-games/ogre/metadata.xml +++ b/dev-games/ogre/metadata.xml @@ -112,7 +112,7 @@ Exporters (default: case-insensitive + sensitive lookup in all groups) </flag> <flag name="tbb">When USE=threads, use tbb for threading</flag> - <flag name="tools">Build and install helper tools</flag> + <flag name="tools">Build and install MeshUpgrader, VRMLConverter and XMLConverter</flag> </use> <upstream> <remote-id type="bitbucket">sinbad/ogre</remote-id> |