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 8B266158013 for ; Wed, 22 Sep 2021 17:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9E9E0874; Wed, 22 Sep 2021 17:41:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E4FE0874 for ; Wed, 22 Sep 2021 17:41:39 +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 CC339342F95 for ; Wed, 22 Sep 2021 17:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB01116 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: <1632332485.e959b34e7122b19904d21053fff1927468b1c7b1.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-session/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-session/lxqt-session-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-session/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e959b34e7122b19904d21053fff1927468b1c7b1 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: 521f27b9-c495-4c62-b637-859476897451 X-Archives-Hash: 3bbdff6ffed47110264a2eeab00d2359 commit: e959b34e7122b19904d21053fff1927468b1c7b1 Author: Alex Fan yahoo com> AuthorDate: Sun Jul 25 07:46:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 17:41:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e959b34e lxqt-base/lxqt-session: keyword for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-session/lxqt-session-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild index 6404a2f8..19886361 100644 --- a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild @@ -15,7 +15,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 IUSE="+udev"