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 BA0031580B4 for ; Sat, 4 Sep 2021 21:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B18AE07F0; Sat, 4 Sep 2021 21:27:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0276DE07F0 for ; Sat, 4 Sep 2021 21:27:40 +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 E9CB0335D16 for ; Sat, 4 Sep 2021 21:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D9098 for ; Sat, 4 Sep 2021 21:27:37 +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: <1630790850.6054febb517a2e38d52f1a3507d29d5baaac9eba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6054febb517a2e38d52f1a3507d29d5baaac9eba X-VCS-Branch: master Date: Sat, 4 Sep 2021 21:27:37 +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: 180a06af-242c-4488-a6cf-7b4db6e49f55 X-Archives-Hash: 89a44e4f29a36f501201dfcf47d403df commit: 6054febb517a2e38d52f1a3507d29d5baaac9eba Author: Yixun Lan gentoo org> AuthorDate: Thu Sep 2 09:50:15 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 4 21:27:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6054febb media-libs/pulseaudio-qt: keyword ~riscv Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild index 588b6544fa..a84fae2257 100644 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/libraries/pulseaudio-qt" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1"