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 6EF0D1580BC for ; Mon, 23 Aug 2021 11:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77695E091A; Mon, 23 Aug 2021 11:41:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5E963E091A for ; Mon, 23 Aug 2021 11:41:11 +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 730CB33BE23 for ; Mon, 23 Aug 2021 11:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61D198D6 for ; Mon, 23 Aug 2021 11:41:07 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1629718233.95efe2ca5fb6585fcd0c8d61b09f1c17ccf82699.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 95efe2ca5fb6585fcd0c8d61b09f1c17ccf82699 X-VCS-Branch: master Date: Mon, 23 Aug 2021 11:41:07 +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: e9e2c92f-67fa-42d2-9585-77eb9e6d109e X-Archives-Hash: 629c8fd5c8c51c72cb409eed877205bf commit: 95efe2ca5fb6585fcd0c8d61b09f1c17ccf82699 Author: Marek Szuba gentoo org> AuthorDate: Sun Aug 22 22:23:36 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 23 11:30:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95efe2ca media-libs/phonon-vlc: keyword 0.11.3-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild index b87d9b50405..37ac819b7a7 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Phonon" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"