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 1ADB6158012 for ; Wed, 22 Sep 2021 17:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B98E088A; Wed, 22 Sep 2021 17:41:41 +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 4E3A7E0886 for ; Wed, 22 Sep 2021 17:41:41 +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 91B35342FA3 for ; Wed, 22 Sep 2021 17:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B78BE129 for ; Wed, 22 Sep 2021 17:41:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632332486.01ebb2359d043c7344ee9e610f5effb65f04f13b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01ebb2359d043c7344ee9e610f5effb65f04f13b X-VCS-Branch: master Date: Wed, 22 Sep 2021 17:41:36 +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: 1eddae78-90e4-4006-bdf6-cf2959061cd8 X-Archives-Hash: 1db03b50298620dcffdc0135edcd0be9 commit: 01ebb2359d043c7344ee9e610f5effb65f04f13b Author: Alex Fan yahoo com> AuthorDate: Sun Jul 25 08:16:59 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 17:41:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=01ebb235 x11-misc/pcmanfm-qt: keyword for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild index 4875cc15..1a095cee 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"