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 26BB7158092 for ; Sat, 18 Sep 2021 14:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C48CE08F0; Sat, 18 Sep 2021 14:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A6EBE08EF for ; Sat, 18 Sep 2021 14:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0041C343345 for ; Sat, 18 Sep 2021 14:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825BFD0 for ; Sat, 18 Sep 2021 14:42:08 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1631973980.6b4c3612f356411216b95c43a35bfa7348f55166.dlan@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: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6b4c3612f356411216b95c43a35bfa7348f55166 X-VCS-Branch: master Date: Sat, 18 Sep 2021 14:42:08 +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: 3c92ce92-e88d-4232-a71e-d4b729b05c68 X-Archives-Hash: 788fc50cd7d2251f390ee773693df17c commit: 6b4c3612f356411216b95c43a35bfa7348f55166 Author: Stijn Tintel linux-ipv6 be> AuthorDate: Sat Sep 18 11:12:41 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Sep 18 14:06:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4c3612 gui-libs/gtk-layer-shell: keyword 0.1.0-r1 for ~riscv Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stijn Tintel linux-ipv6.be> Signed-off-by: Yixun Lan gentoo.org> gui-libs/gtk-layer-shell/gtk-layer-shell-0.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b947dbb0977..a712e403c38 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 @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"