Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/mygui/
Date: Wed, 02 Mar 2022 05:04:22
Message-Id: 1646197341.2673a6f53e049555d13c7168773b93d3eb05e062.sam@gentoo
1 commit: 2673a6f53e049555d13c7168773b93d3eb05e062
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 05:02:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 05:02:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2673a6f5
7
8 dev-games/mygui: destabilize 3.2.2 for ~amd64, ~x86
9
10 No stable revdeps, games@ prefers to avoid stable packages
11 unless truly needed anyway, and the package is in a bad state.
12
13 Bug: https://bugs.gentoo.org/828736
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-games/mygui/mygui-3.2.2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-games/mygui/mygui-3.2.2.ebuild b/dev-games/mygui/mygui-3.2.2.ebuild
20 index 55a3ccd96db5..827a5384a718 100644
21 --- a/dev-games/mygui/mygui-3.2.2.ebuild
22 +++ b/dev-games/mygui/mygui-3.2.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/MyGUI/mygui/archive/${MY_P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"
33 -KEYWORDS="amd64 ~arm64 x86"
34 +KEYWORDS="~amd64 ~arm64 ~x86"
35 IUSE="debug doc +ogre opengl plugins samples static-libs test tools l10n_ru"
36 RESTRICT="!test? ( test )"
37 REQUIRED_USE="ogre? ( !opengl )