diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-10-21 20:47:55 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-10-21 22:20:32 -0400 |
commit | b7a1b4c623aaaf3c601a97d7565a58a28a3b5dd5 (patch) | |
tree | 9d15c0a4deb68d871d4878e4cb428972629c89fd /dev-games | |
parent | dev-games/clanlib: fix :2.3 build on x86 with USE=opengl (diff) | |
download | gentoo-b7a1b4c623aaaf3c601a97d7565a58a28a3b5dd5.tar.gz gentoo-b7a1b4c623aaaf3c601a97d7565a58a28a3b5dd5.tar.bz2 gentoo-b7a1b4c623aaaf3c601a97d7565a58a28a3b5dd5.zip |
dev-games/clanlib: stabilize 2.3.7-r2 for amd64, x86
Even if glibc-2.34 won't be stabled anytime soon, still want
fixes (bug #811591) in stable before it's keyworded.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/clanlib/clanlib-2.3.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild index 5a2389c1c055..600c112305e3 100644 --- a/dev-games/clanlib/clanlib-2.3.7-r2.ebuild +++ b/dev-games/clanlib/clanlib-2.3.7-r2.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="ZLIB" SLOT="2.3" # Not big endian safe! #82779 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )" |