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 3907015808D for ; Thu, 21 Apr 2022 06:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5BAE08BD; Thu, 21 Apr 2022 06:54:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81BC8E08BD for ; Thu, 21 Apr 2022 06:54:31 +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 17F2A341396 for ; Thu, 21 Apr 2022 06:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 828EA342 for ; Thu, 21 Apr 2022 06:54:28 +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: <1650524058.a764c46d9695fd2a65888270068ecce5a12597e0.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/packer/packer-1.7.10.ebuild X-VCS-Directories: dev-util/packer/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a764c46d9695fd2a65888270068ecce5a12597e0 X-VCS-Branch: master Date: Thu, 21 Apr 2022 06:54:28 +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: 90fb7708-4129-4325-866c-08a6b191f40f X-Archives-Hash: 787138c436f22ce2cfc72ad0dd773c6a commit: a764c46d9695fd2a65888270068ecce5a12597e0 Author: Chris Su lesscrowds org> AuthorDate: Thu Apr 21 04:21:09 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 21 06:54:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a764c46d dev-util/packer: keyword 1.7.10 for ~riscv Bug: https://bugs.gentoo.org/839726 Signed-off-by: Chris Su lesscrowds.org> Closes: https://github.com/gentoo/gentoo/pull/25138 Signed-off-by: Jakov Smolić gentoo.org> dev-util/packer/packer-1.7.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/packer/packer-1.7.10.ebuild b/dev-util/packer/packer-1.7.10.ebuild index 0241106ffbb1..11e6c760ac8d 100644 --- a/dev-util/packer/packer-1.7.10.ebuild +++ b/dev-util/packer/packer-1.7.10.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 BSD-4 MIT MPL-2.0 unicode" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" DOCS=( {README,CHANGELOG}.md )