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, 05 Jul 2021 20:02:12
Message-Id: 1625515309.4e9950a01c893aa39be57c670227ebbf515eaf05.prometheanfire@gentoo
1 commit: 4e9950a01c893aa39be57c670227ebbf515eaf05
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 19:51:10 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 20:01:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9950a0
7
8 app-emulation/diskimage-builder: 3.12.0 stable amd64/x86
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/diskimage-builder-3.12.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.12.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.12.0.ebuild
17 index 92726b9c765..7a9c76c9ccc 100644
18 --- a/app-emulation/diskimage-builder/diskimage-builder-3.12.0.ebuild
19 +++ b/app-emulation/diskimage-builder/diskimage-builder-3.12.0.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"