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 9FC29138331 for ; Sun, 18 Mar 2018 11:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7422DE07F6; Sun, 18 Mar 2018 11:38:35 +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 4D9B1E07F6 for ; Sun, 18 Mar 2018 11:38:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89DC1335D53 for ; Sun, 18 Mar 2018 11:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07CB9239 for ; Sun, 18 Mar 2018 11:38:32 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521373069.94d392da2564f7e3701bc11253729fab4f9ea6e9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild X-VCS-Directories: x11-libs/xcb-util-xrm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 94d392da2564f7e3701bc11253729fab4f9ea6e9 X-VCS-Branch: master Date: Sun, 18 Mar 2018 11:38:32 +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-Archives-Salt: b3d5fe0e-4af7-49dc-9240-bc2b3ba676ff X-Archives-Hash: c747b61f52a7d6a31d5b227c28a49adf commit: 94d392da2564f7e3701bc11253729fab4f9ea6e9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 11:37:49 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 11:37:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d392da x11-libs/xcb-util-xrm: keyworded 1.2 for ppc64, bug #638470 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild index 0a3f339d10e..9ef45e42a23 100644 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="https://xcb.freedesktop.org/" SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]