diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-12 13:11:37 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-12 13:11:37 +0100 |
commit | a75e161cf68b1b96526b6188c83ab5075e9f7239 (patch) | |
tree | eb1e4fb147a8a4c3bc1cbf09a0b15b3d17f2a738 /dev-games | |
parent | media-libs/phat: Stabilize 0.4.1-r2 x86, #833172 (diff) | |
download | gentoo-a75e161cf68b1b96526b6188c83ab5075e9f7239.tar.gz gentoo-a75e161cf68b1b96526b6188c83ab5075e9f7239.tar.bz2 gentoo-a75e161cf68b1b96526b6188c83ab5075e9f7239.zip |
dev-games/ogre: keyword 2.1-r1 for ~x86
Bug: https://bugs.gentoo.org/740424
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/ogre/ogre-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/ogre/ogre-2.1-r1.ebuild b/dev-games/ogre/ogre-2.1-r1.ebuild index 2bf0d553581a..7757566b9317 100644 --- a/dev-games/ogre/ogre-2.1-r1.ebuild +++ b/dev-games/ogre/ogre-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/OGRECave/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT public-domain" SLOT="0/2.1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="+cache debug doc double-precision egl examples fine-granularity +freeimage json legacy-animations +opengl profile tools" |