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 CB44B139368 for ; Tue, 10 Aug 2021 00:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 023FEE0833; Tue, 10 Aug 2021 00:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D3CF2E0830 for ; Tue, 10 Aug 2021 00:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B418933BF0F for ; Tue, 10 Aug 2021 00:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB5A887 for ; Tue, 10 Aug 2021 00:02:51 +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: <1628553386.5ee407d9626393d0fc4d1cdf4e41900d9c755d27.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cdparanoia/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild X-VCS-Directories: media-sound/cdparanoia/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5ee407d9626393d0fc4d1cdf4e41900d9c755d27 X-VCS-Branch: master Date: Tue, 10 Aug 2021 00:02:51 +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: ab5ce169-8740-4684-8d8d-9fed36e746d9 X-Archives-Hash: 751d4293e71313a005e9589bf7eb2023 commit: 5ee407d9626393d0fc4d1cdf4e41900d9c755d27 Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 9 17:15:09 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 9 23:56:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee407d9 media-sound/cdparanoia: keyword 3.10.2-r7 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild index b0138601ccc..73ac10b6e5f 100644 --- a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild +++ b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://downloads.xiph.org/releases/${PN}/${MY_P}.src.tgz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-eselect/eselect-cdparanoia"