diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 15:06:10 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 15:10:11 +0000 |
commit | 339bda6cea9cad574a7108aa19c4e39386a1a37e (patch) | |
tree | 89d70d49dd12622599cdab3883754dd5fb9f287c /x11-libs/libxcb | |
parent | x11-libs/libXau: Keyword 1.0.9-r1 for ~m68k (diff) | |
download | gentoo-339bda6cea9cad574a7108aa19c4e39386a1a37e.tar.gz gentoo-339bda6cea9cad574a7108aa19c4e39386a1a37e.tar.bz2 gentoo-339bda6cea9cad574a7108aa19c4e39386a1a37e.zip |
x11-libs/libxcb: Keyword 1.14 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index 4bf62d4bcc5f..8cd1a7ed1915 100644 --- a/x11-libs/libxcb/libxcb-1.14.ebuild +++ b/x11-libs/libxcb/libxcb-1.14.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 @@ -15,7 +15,7 @@ inherit python-any-r1 xorg-3 DESCRIPTION="X C-language Bindings library" HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc selinux test +xkb" RESTRICT="!test? ( test )" SLOT="0/1.12" |