Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/
Date: Wed, 28 Sep 2022 01:02:06
Message-Id: 1664326908.9b90e9d72cb0660a7ef3f7fb2f50b79d678dcb7d.prometheanfire@gentoo
1 commit: 9b90e9d72cb0660a7ef3f7fb2f50b79d678dcb7d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 01:01:48 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 01:01:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b90e9d7
7
8 app-emulation/diskimage-builder: stabilize 3.24.0 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 app-emulation/diskimage-builder/diskimage-builder-3.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.24.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.24.0.ebuild
16 index bbd75fbe73fb..cfd2e2377172 100644
17 --- a/app-emulation/diskimage-builder/diskimage-builder-3.24.0.ebuild
18 +++ b/app-emulation/diskimage-builder/diskimage-builder-3.24.0.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
20 EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
21 else
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="Apache-2.0"