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 608EB15808B for ; Thu, 7 Apr 2022 17:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA243E0DF3; Thu, 7 Apr 2022 17:04:08 +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 7D311E0DF3 for ; Thu, 7 Apr 2022 17:04:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 802BE341328 for ; Thu, 7 Apr 2022 17:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99E6B397 for ; Thu, 7 Apr 2022 17:04:04 +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: <1649351036.571176ccbad3990f45cead3c5faa4022a216c54a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/jfsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild X-VCS-Directories: sys-fs/jfsutils/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 571176ccbad3990f45cead3c5faa4022a216c54a X-VCS-Branch: master Date: Thu, 7 Apr 2022 17:04:04 +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: 49bc36f0-10d6-4eab-9a9b-8861c3a11b78 X-Archives-Hash: 5e4781bbd918983d81b90d13eacdf655 commit: 571176ccbad3990f45cead3c5faa4022a216c54a Author: Jakov Smolić gentoo org> AuthorDate: Thu Apr 7 17:03:56 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 7 17:03:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571176cc sys-fs/jfsutils: Keyword 1.1.15-r1 riscv, #837107 Signed-off-by: Jakov Smolić gentoo.org> sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild b/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild index af1738a9b97c..21dfe50be000 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.15-r1.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 @@ -11,7 +11,7 @@ SRC_URI="http://jfs.sourceforge.net/project/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="static" LIB_DEPEND="sys-apps/util-linux:=[static-libs]"