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 E1ACE15808B for ; Thu, 7 Apr 2022 20:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C686E0D46; Thu, 7 Apr 2022 20:58:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F3903E0D84 for ; Thu, 7 Apr 2022 20:58:42 +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 5A8273415AC for ; Thu, 7 Apr 2022 20:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A799F395 for ; Thu, 7 Apr 2022 20:58:37 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1649365044.88227a0b95e68797f6a51a700de82d9921a1f899.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/aoetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/aoetools/aoetools-37.ebuild X-VCS-Directories: sys-block/aoetools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 88227a0b95e68797f6a51a700de82d9921a1f899 X-VCS-Branch: master Date: Thu, 7 Apr 2022 20:58:37 +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: c824be91-d9ff-470b-a5d1-366b1bae73c0 X-Archives-Hash: def1fffbc26051fc4d2a4695b2ad8f98 commit: 88227a0b95e68797f6a51a700de82d9921a1f899 Author: Jakov Smolić gentoo org> AuthorDate: Thu Apr 7 20:54:57 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 7 20:57:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88227a0b sys-block/aoetools: Keyword 37 riscv, #837116 Signed-off-by: Jakov Smolić gentoo.org> sys-block/aoetools/aoetools-37.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/aoetools/aoetools-37.ebuild b/sys-block/aoetools/aoetools-37.ebuild index ffa4bd60f08e..c6049057eeda 100644 --- a/sys-block/aoetools/aoetools-37.ebuild +++ b/sys-block/aoetools/aoetools-37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~riscv ~sparc x86" PATCHES=( "${FILESDIR}"/${PN}-32-build.patch )