diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-06-02 19:06:04 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-06-02 19:11:42 +0200 |
commit | e2e5047b2ea0d0e51bd8ce2f8259f2d1e3d3ff29 (patch) | |
tree | 56a32a1c9804d51337d0c2131f9b5352b13ceeed /x11-libs/libxcb | |
parent | x11-libs/libXaw-1.0.13-r0: add alpha keyword (diff) | |
download | gentoo-e2e5047b2ea0d0e51bd8ce2f8259f2d1e3d3ff29.tar.gz gentoo-e2e5047b2ea0d0e51bd8ce2f8259f2d1e3d3ff29.tar.bz2 gentoo-e2e5047b2ea0d0e51bd8ce2f8259f2d1e3d3ff29.zip |
x11-libs/libxcb-1.11.1-r0: add alpha keyword
Gentoo-Bug: 559062
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.11.1.ebuild b/x11-libs/libxcb/libxcb-1.11.1.ebuild index d8175c78fea8..2d7070e9f166 100644 --- a/x11-libs/libxcb/libxcb-1.11.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" [[ ${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 ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc selinux test xkb" SLOT="0/${PV}" |