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 0D219158015 for ; Thu, 23 Sep 2021 22:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB7EDE08C4; Thu, 23 Sep 2021 22:47:24 +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 D0D43E08C4 for ; Thu, 23 Sep 2021 22:47:24 +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 CD789342C86 for ; Thu, 23 Sep 2021 22:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63703107 for ; Thu, 23 Sep 2021 22:47:22 +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: <1632437233.15bbb20d50c88d3c3e3940c0fc35b5fd3e2fa30f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pigz/pigz-2.6.ebuild X-VCS-Directories: app-arch/pigz/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 15bbb20d50c88d3c3e3940c0fc35b5fd3e2fa30f X-VCS-Branch: master Date: Thu, 23 Sep 2021 22:47:22 +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: 61384479-8589-463c-aea3-b1656a5146b1 X-Archives-Hash: a21b2cc80347fa6ddfabdb83244b0bc6 commit: 15bbb20d50c88d3c3e3940c0fc35b5fd3e2fa30f Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 23 22:40:39 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 23 22:47:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bbb20d app-arch/pigz: keyword 2.6 for ~riscv Signed-off-by: Marek Szuba gentoo.org> app-arch/pigz/pigz-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pigz/pigz-2.6.ebuild b/app-arch/pigz/pigz-2.6.ebuild index f57fbf711a4..73d2eb703ca 100644 --- a/app-arch/pigz/pigz-2.6.ebuild +++ b/app-arch/pigz/pigz-2.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris" IUSE="static symlink test" RESTRICT="!test? ( test )"