diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 15:06:30 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 15:10:14 +0000 |
commit | 65c39f50b9f9a88ce8031df0b55da3c5f3f9e754 (patch) | |
tree | cb2901163cd33b81fc5cb61b9a8d65a895a96fb9 /x11-libs/libX11 | |
parent | x11-libs/libxcb: Keyword 1.14 for ~m68k (diff) | |
download | gentoo-65c39f50b9f9a88ce8031df0b55da3c5f3f9e754.tar.gz gentoo-65c39f50b9f9a88ce8031df0b55da3c5f3f9e754.tar.bz2 gentoo-65c39f50b9f9a88ce8031df0b55da3c5f3f9e754.zip |
x11-libs/libX11: Keyword 1.7.3 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-libs/libX11')
-rw-r--r-- | x11-libs/libX11/libX11-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libX11/libX11-1.7.3.ebuild b/x11-libs/libX11/libX11-1.7.3.ebuild index bc2f07298e05..34171b8bc0c2 100644 --- a/x11-libs/libX11/libX11-1.7.3.ebuild +++ b/x11-libs/libX11/libX11-1.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit toolchain-funcs xorg-3 # Note: please bump this with x11-misc/compose-tables DESCRIPTION="X.Org X11 library" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="ipv6 test" RESTRICT="!test? ( test )" |