diff options
author | 2017-01-22 18:19:47 +0100 | |
---|---|---|
committer | 2017-01-22 18:19:47 +0100 | |
commit | 8ca7e50d45a880f690270d37c0acd70812b8ec6f (patch) | |
tree | 6699b012d270bd2bc422cd1fff7ff1bd57700e3b | |
parent | x11-libs/libdrm: sparc stable wrt bug #579266 (diff) | |
download | gentoo-8ca7e50d45a880f690270d37c0acd70812b8ec6f.tar.gz gentoo-8ca7e50d45a880f690270d37c0acd70812b8ec6f.tar.bz2 gentoo-8ca7e50d45a880f690270d37c0acd70812b8ec6f.zip |
x11-libs/libxcb: sparc stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | x11-libs/libxcb/libxcb-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.12.ebuild b/x11-libs/libxcb/libxcb-1.12.ebuild index 420b7a8e5a47..3b27efb76bed 100644 --- a/x11-libs/libxcb/libxcb-1.12.ebuild +++ b/x11-libs/libxcb/libxcb-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 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}" |