Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/
Date: Tue, 25 Aug 2020 22:00:21
Message-Id: 1598392800.fcabaafec032cac309959f2cb0a978864549834a.chewi@gentoo
1 commit: fcabaafec032cac309959f2cb0a978864549834a
2 Author: Sven Eden <yamakuzue <AT> gmx <DOT> net>
3 AuthorDate: Tue Jun 16 13:11:36 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:00:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcabaafe
7
8 dev-games/ogre: Specify what the "tools" USE flag does
9
10 Users should know, that the "tools" USE flag builds and install the
11 MeshUpgrader, VRMLConverter and XMLConverter tools. Thus users not in
12 need of either can safely deactivate that USE flag.
13
14 Bug: https://bugs.gentoo.org/600734
15 Closes: https://bugs.gentoo.org/600734
16 Package-Manager: Portage-2.3.101, Repoman-2.3.22
17 Signed-off-by: Sven Eden <yamakuzure <AT> gmx.net>
18 Closes: https://github.com/gentoo/gentoo/pull/15527
19 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
20
21 dev-games/ogre/metadata.xml | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/dev-games/ogre/metadata.xml b/dev-games/ogre/metadata.xml
25 index d793b5753b3..43330db8ca1 100644
26 --- a/dev-games/ogre/metadata.xml
27 +++ b/dev-games/ogre/metadata.xml
28 @@ -112,7 +112,7 @@ Exporters
29 (default: case-insensitive + sensitive lookup in all groups)
30 </flag>
31 <flag name="tbb">When USE=threads, use tbb for threading</flag>
32 - <flag name="tools">Build and install helper tools</flag>
33 + <flag name="tools">Build and install MeshUpgrader, VRMLConverter and XMLConverter</flag>
34 </use>
35 <upstream>
36 <remote-id type="bitbucket">sinbad/ogre</remote-id>