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 48BFA158018 for ; Sat, 2 Oct 2021 07:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931C4E0869; Sat, 2 Oct 2021 07:10:04 +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 70039E0869 for ; Sat, 2 Oct 2021 07:10:04 +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 7BB22335D2F for ; Sat, 2 Oct 2021 07:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14076106 for ; Sat, 2 Oct 2021 07:10:01 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1633158552.daac78ac93eb5286a4c679ed3a4e80347145d1a1.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/xdelta/xdelta-3.0.11.ebuild X-VCS-Directories: dev-util/xdelta/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: daac78ac93eb5286a4c679ed3a4e80347145d1a1 X-VCS-Branch: master Date: Sat, 2 Oct 2021 07:10:01 +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: 3a0193d0-c449-4a18-bf5f-b811f5a812df X-Archives-Hash: 75bc20b82c6dda9c09caa01d591e8364 commit: daac78ac93eb5286a4c679ed3a4e80347145d1a1 Author: Yixun Lan gentoo org> AuthorDate: Fri Oct 1 22:35:52 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Oct 2 07:09:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daac78ac dev-util/xdelta: keyword ~riscv Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-util/xdelta/xdelta-3.0.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild b/dev-util/xdelta/xdelta-3.0.11.ebuild index 7a868f8dfe1..8ce08fe7de7 100644 --- a/dev-util/xdelta/xdelta-3.0.11.ebuild +++ b/dev-util/xdelta/xdelta-3.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2002-2020 Gentoo Authors +# Copyright 2002-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="3" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="examples lzma" RDEPEND="lzma? ( app-arch/xz-utils:= )"