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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 119AB158087 for ; Sun, 12 Dec 2021 14:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D422BC048; Sun, 12 Dec 2021 14:23:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E811C2BC048 for ; Sun, 12 Dec 2021 14:23:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A371C343330 for ; Sun, 12 Dec 2021 14:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D52126F for ; Sun, 12 Dec 2021 14:23:30 +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: <1639318967.69b3a32d96845bc2f05fc3ff98be48e406ffd661.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/binfind/binfind-0.0.3.ebuild X-VCS-Directories: app-text/binfind/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 69b3a32d96845bc2f05fc3ff98be48e406ffd661 X-VCS-Branch: master Date: Sun, 12 Dec 2021 14:23:30 +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: e65ec742-166d-4634-81a8-a84bce7931f3 X-Archives-Hash: 877b91e44f73fb40ca280d475c984653 commit: 69b3a32d96845bc2f05fc3ff98be48e406ffd661 Author: Yongxiang Liang gmail com> AuthorDate: Thu Dec 9 19:14:04 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Dec 12 14:22:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b3a32d app-text/binfind: keyword ~riscv Closes: https://github.com/gentoo/gentoo/pull/23251 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-text/binfind/binfind-0.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 0285f93dbe53..98b9511f6370 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.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 @@ -9,5 +9,5 @@ SRC_URI="https://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE=""