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 0EFBB158012 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 9AEC6E0866; Wed, 22 Sep 2021 17:41:38 +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 785D3E0866 for ; Wed, 22 Sep 2021 17:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F9F6342F82 for ; Wed, 22 Sep 2021 17:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7AB107 for ; Wed, 22 Sep 2021 17:41:35 +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: <1632332484.0d198468e3759fcb17297070b95bea6907fc2cd1.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-notificationd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d198468e3759fcb17297070b95bea6907fc2cd1 X-VCS-Branch: master Date: Wed, 22 Sep 2021 17:41:35 +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: 4d147fca-f2e4-4357-bb24-0336c312d0f9 X-Archives-Hash: 9cb0f4031b721ab30b61a95995006665 commit: 0d198468e3759fcb17297070b95bea6907fc2cd1 Author: Alex Fan yahoo com> AuthorDate: Sun Jul 25 07:13:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 17:41:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d198468 lxqt-base/lxqt-notificationd: keyword for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild index c558f057..09cfa231 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild @@ -13,7 +13,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 LICENSE="LGPL-2.1+"