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 D153D158095 for ; Fri, 2 Sep 2022 15:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D4B4E09B1; Fri, 2 Sep 2022 15:13:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 86792E09B1 for ; Fri, 2 Sep 2022 15:13:18 +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 BC8D13406F2 for ; Fri, 2 Sep 2022 15:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D125B5 for ; Fri, 2 Sep 2022 15:13:15 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1662131590.a41a6ddd84720dd4c66bc9b20f6355a638badf8b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild X-VCS-Directories: app-emulation/diskimage-builder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a41a6ddd84720dd4c66bc9b20f6355a638badf8b X-VCS-Branch: master Date: Fri, 2 Sep 2022 15:13:15 +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: 41768f28-6996-4de1-a39c-e7a26f2e95fb X-Archives-Hash: 7ced09d6770f8e31a8fdff463f476c12 commit: a41a6ddd84720dd4c66bc9b20f6355a638badf8b Author: Matthew Thode gentoo org> AuthorDate: Fri Sep 2 15:11:44 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Sep 2 15:13:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41a6ddd app-emulation/diskimage-builder: stabilize 3.23.0 for amd64, x86 Signed-off-by: Matthew Thode gentoo.org> app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild index bbd75fbe73fb..cfd2e2377172 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.23.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0"