diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-12 19:03:30 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-12 19:07:38 +0200 |
commit | 42800aa35f13d926ac02ed4d6f8fb2b1ccf07354 (patch) | |
tree | a425bc148ed2d546364b2b0497a308cbc5130252 /x11-libs/libxcb | |
parent | x11-libs/libXt: add ~x64-cygwin keyword (diff) | |
download | gentoo-42800aa35f13d926ac02ed4d6f8fb2b1ccf07354.tar.gz gentoo-42800aa35f13d926ac02ed4d6f8fb2b1ccf07354.tar.bz2 gentoo-42800aa35f13d926ac02ed4d6f8fb2b1ccf07354.zip |
x11-libs/libxcb: add ~x64-cygwin keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxcb/libxcb-1.13.1.ebuild b/x11-libs/libxcb/libxcb-1.13.1.ebuild index a54f3294f9ec..fb517c56a07f 100644 --- a/x11-libs/libxcb/libxcb-1.13.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/l [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc selinux test xkb" SLOT="0/1.12" |