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 CCD78139347 for ; Wed, 21 Jul 2021 02:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8922E0A83; Wed, 21 Jul 2021 02:22:55 +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 CDB74E0A83 for ; Wed, 21 Jul 2021 02:22:55 +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 8088733E362 for ; Wed, 21 Jul 2021 02:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061BF7BC for ; Wed, 21 Jul 2021 02:22:53 +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: <1626834019.2466080344ccd615ba2b62182fa3183b0f9581d6.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swaylock/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/swaylock/swaylock-1.5.ebuild X-VCS-Directories: gui-apps/swaylock/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2466080344ccd615ba2b62182fa3183b0f9581d6 X-VCS-Branch: master Date: Wed, 21 Jul 2021 02:22:53 +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: 9fd7d026-d31d-4cc1-822b-fdbf23b8a86d X-Archives-Hash: 09157805163367c2f7d5fcbff671dda9 commit: 2466080344ccd615ba2b62182fa3183b0f9581d6 Author: Alex Fan yahoo com> AuthorDate: Sat Jul 17 11:02:21 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jul 21 02:20:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24660803 gui-apps/swaylock: keyword 1.5 for ~riscv Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> gui-apps/swaylock/swaylock-1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/swaylock/swaylock-1.5.ebuild b/gui-apps/swaylock/swaylock-1.5.ebuild index 846a5eb4b23..d37597d6ded 100644 --- a/gui-apps/swaylock/swaylock-1.5.ebuild +++ b/gui-apps/swaylock/swaylock-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~ppc64 x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" fi LICENSE="MIT"