diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-13 15:51:05 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-13 15:51:47 -0500 |
commit | 73fb2d37cee678d77f261980b1dc5fde1d687d27 (patch) | |
tree | 5436705dde27928ce1fbaf787df9e79fbe520880 /app-emulation/diskimage-builder | |
parent | net-misc/memcached: add 1.6.20 (diff) | |
download | gentoo-73fb2d37cee678d77f261980b1dc5fde1d687d27.tar.gz gentoo-73fb2d37cee678d77f261980b1dc5fde1d687d27.tar.bz2 gentoo-73fb2d37cee678d77f261980b1dc5fde1d687d27.zip |
app-emulation/diskimage-builder: stabilize 3.29.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation/diskimage-builder')
-rw-r--r-- | app-emulation/diskimage-builder/diskimage-builder-3.29.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.29.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.29.0.ebuild index ba17dcfdbb9d..1d348d8a3139 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.29.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.29.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" |