diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-10 09:47:46 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-10 09:47:46 -0600 |
commit | 0720aa1febc632d6bc6c4e86e968a267ecf2cac3 (patch) | |
tree | 7da5ff7bc3351305782bb9edcba4b9ffdf4bfbb1 /app-emulation | |
parent | gui-wm/sway: add 1.9_rc3, drop 1.9_rc1 (diff) | |
download | gentoo-0720aa1febc632d6bc6c4e86e968a267ecf2cac3.tar.gz gentoo-0720aa1febc632d6bc6c4e86e968a267ecf2cac3.tar.bz2 gentoo-0720aa1febc632d6bc6c4e86e968a267ecf2cac3.zip |
app-emulation/diskimage-builder: stabilize 3.32.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/diskimage-builder/diskimage-builder-3.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.32.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.32.0.ebuild index 85165184e667..65265e1f5201 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.32.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.32.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git" else inherit pypi - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0" |