From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1306328-garchives=archives.gentoo.org@lists.gentoo.org> 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 1A19D139337 for <garchives@archives.gentoo.org>; Mon, 26 Jul 2021 07:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07643E0A93; Mon, 26 Jul 2021 07:40:43 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C61E0A93 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 07:40:42 +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 C47D7342DFC for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 07:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B9386F for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 07:40:38 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> 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" <dlan@gentoo.org> Message-ID: <1627285063.6f57dc2f0edd346c70c9476a4a3ec3d15f559b2c.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild X-VCS-Directories: x11-themes/lxqt-themes/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6f57dc2f0edd346c70c9476a4a3ec3d15f559b2c X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:40:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69cef0c2-854d-4897-89ca-963b5febaedd X-Archives-Hash: 6a654e99efa61e7416cffd4611b8e0f1 commit: 6f57dc2f0edd346c70c9476a4a3ec3d15f559b2c Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com> AuthorDate: Sun Jul 25 08:26:54 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 07:37:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f57dc2f x11-themes/lxqt-themes: keyword 0.17.0 for ~riscv Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild index c76b8d16568..9983457ddca 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+"