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: Mon, 28 Feb 2022 17:09:40
Message-Id: 1646068138.eeb66e312b0e74a7f2aba3bceb2ca8a781cc3d3b.prometheanfire@gentoo
1 commit: eeb66e312b0e74a7f2aba3bceb2ca8a781cc3d3b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 17:08:58 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 17:08:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb66e31
7
8 app-emulation/diskimage-builder: 3.19.1 fast stable to fix build issues
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
17 index a2d3ad209af7..1681db1f6c9e 100644
18 --- a/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
19 +++ b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
22 else
23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
26 fi
27
28 LICENSE="Apache-2.0"