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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BFFA158020 for ; Sun, 23 Oct 2022 03:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E610E0924; Sun, 23 Oct 2022 03:53:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04E3BE0924 for ; Sun, 23 Oct 2022 03:53:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90EE2340BDA for ; Sun, 23 Oct 2022 03:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6D57614 for ; Sun, 23 Oct 2022 03:52:58 +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: <1666497117.6774dc555814384177c8c1ae683a543d6d2fed9b.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.25.0.ebuild X-VCS-Directories: app-emulation/diskimage-builder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6774dc555814384177c8c1ae683a543d6d2fed9b X-VCS-Branch: master Date: Sun, 23 Oct 2022 03:52:58 +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: 64446ef3-0ea2-413b-8826-61f5fa004397 X-Archives-Hash: 1b84bb5da1efa4b2055035b58a431333 commit: 6774dc555814384177c8c1ae683a543d6d2fed9b Author: Matthew Thode gentoo org> AuthorDate: Sun Oct 23 03:51:57 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Oct 23 03:51:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774dc55 app-emulation/diskimage-builder: stabilize 3.25.0 for amd64, x86 Signed-off-by: Matthew Thode gentoo.org> app-emulation/diskimage-builder/diskimage-builder-3.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.25.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.25.0.ebuild index bbd75fbe73fb..cfd2e2377172 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.25.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.25.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"