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 C763D138359 for ; Thu, 2 Jul 2020 22:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CE2E08F3; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D611E08F3 for ; Thu, 2 Jul 2020 22:36:31 +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 68E7534F0D8 for ; Thu, 2 Jul 2020 22:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D078E2CC for ; Thu, 2 Jul 2020 22:36:27 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1593729369.ffbe0464d254937ea2fcb85a1961f2723498ba9a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk-layer-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild X-VCS-Directories: gui-libs/gtk-layer-shell/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ffbe0464d254937ea2fcb85a1961f2723498ba9a X-VCS-Branch: master Date: Thu, 2 Jul 2020 22:36:27 +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: 11f0a7cd-9311-4e6a-8ee0-03845b560921 X-Archives-Hash: de259ec1df83e6b2a0330e037b046b94 commit: ffbe0464d254937ea2fcb85a1961f2723498ba9a Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 2 22:09:13 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 2 22:36:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbe0464 gui-libs/gtk-layer-shell: add ~ppc64 keyword Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild index 9c563ef3fd2..52b33d72a1f 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/wmww/${PN}" else SRC_URI="https://github.com/wmww/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"