Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/
Date: Wed, 02 Sep 2020 00:11:45
Message-Id: 1599005488.8039ec465d7b5f02091d63743486a6f9fee57670.sam@gentoo
1 commit: 8039ec465d7b5f02091d63743486a6f9fee57670
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 00:09:41 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 00:11:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8039ec46
7
8 games-action/supertuxkart: remove useless USE=fribidi
9
10 This USE flag had no effect anyway and the dep is gone in 1.2.
11
12 Package-Manager: Portage-3.0.5, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 games-action/supertuxkart/metadata.xml | 1 -
16 games-action/supertuxkart/supertuxkart-1.1.ebuild | 2 +-
17 games-action/supertuxkart/supertuxkart-1.2.ebuild | 2 +-
18 3 files changed, 2 insertions(+), 3 deletions(-)
19
20 diff --git a/games-action/supertuxkart/metadata.xml b/games-action/supertuxkart/metadata.xml
21 index 22a9fc08bd8..bb2a9028c68 100644
22 --- a/games-action/supertuxkart/metadata.xml
23 +++ b/games-action/supertuxkart/metadata.xml
24 @@ -6,7 +6,6 @@
25 <name>Gentoo Games Project</name>
26 </maintainer>
27 <use>
28 - <flag name="fribidi">Support for right-to-left languages</flag>
29 <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> crypto backend</flag>
30 <flag name="recorder">Enable recording with <pkg>media-libs/libopenglrecorder</pkg></flag>
31 <flag name="sqlite">Record IP bans, statistics in server mode with <pkg>dev-db/sqlite</pkg></flag>
32
33 diff --git a/games-action/supertuxkart/supertuxkart-1.1.ebuild b/games-action/supertuxkart/supertuxkart-1.1.ebuild
34 index 77e990201cd..329de4139a2 100644
35 --- a/games-action/supertuxkart/supertuxkart-1.1.ebuild
36 +++ b/games-action/supertuxkart/supertuxkart-1.1.ebuild
37 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/SuperTuxKart/${PV}/${P}-src.tar.xz
38 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE="debug fribidi libressl nettle recorder wiimote"
42 +IUSE="debug libressl nettle recorder wiimote"
43
44 # don't unbundle irrlicht and bullet
45 # both are modified and system versions will break the game
46
47 diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild b/games-action/supertuxkart/supertuxkart-1.2.ebuild
48 index c8377d9b440..5e9aa59fdef 100644
49 --- a/games-action/supertuxkart/supertuxkart-1.2.ebuild
50 +++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
51 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/stk-code/releases/download/${PV}/${MY_P}.tar.x
52 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 -IUSE="debug fribidi libressl nettle recorder sqlite wiimote"
56 +IUSE="debug libressl nettle recorder sqlite wiimote"
57
58 # don't unbundle irrlicht and bullet
59 # both are modified and system versions will break the game