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, 08 Dec 2021 03:34:25
Message-Id: 1638934441.5035935d1333498b850c830191883f36f32d7e5a.sam@gentoo
1 commit: 5035935d1333498b850c830191883f36f32d7e5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 03:34:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 03:34:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5035935d
7
8 dev-games/mygui: keyword 3.4.1 for ~arm64
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-games/mygui/mygui-3.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-games/mygui/mygui-3.4.1.ebuild b/dev-games/mygui/mygui-3.4.1.ebuild
16 index 4c022f900304..6bedba772b6d 100644
17 --- a/dev-games/mygui/mygui-3.4.1.ebuild
18 +++ b/dev-games/mygui/mygui-3.4.1.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/MyGUI/mygui/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~x86"
25 IUSE="debug doc +ogre opengl plugins samples static-libs test tools l10n_ru"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="ogre? ( !opengl )