From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 972B0138334 for ; Sat, 19 Jan 2019 20:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F68BE094A; Sat, 19 Jan 2019 20:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D5D5E094A for ; Sat, 19 Jan 2019 20:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 617B3335D1D for ; Sat, 19 Jan 2019 20:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DC551A for ; Sat, 19 Jan 2019 20:09:00 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547928478.49e94208c0b9862ec49310413ee0a3a2d14c689a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild X-VCS-Directories: x11-libs/xcb-util/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 49e94208c0b9862ec49310413ee0a3a2d14c689a X-VCS-Branch: master Date: Sat, 19 Jan 2019 20:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 865fecd3-cf5d-4805-8442-e20df25b2e18 X-Archives-Hash: 2848ab775e95de1121a97bc1cbfdbe9c commit: 49e94208c0b9862ec49310413ee0a3a2d14c689a Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 19 19:28:47 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 19 20:07:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e94208 x11-libs/xcb-util: arm64 stable Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild index 0ab6cfec776..335bbd9325f 100644 --- a/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util.git" DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="https://xcb.freedesktop.org/" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"