diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-01 11:16:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-01 11:18:15 -0500 |
commit | 4e74a15e985745949c1ce2ceae721d1e8487d85e (patch) | |
tree | 678880f817df67c1b1e60fc8ebd73ecdb6899663 /app-emulation/diskimage-builder | |
parent | gui-apps/wl-clipboard: stabilize 2.2.1-r1 for amd64, arm64, x86 (diff) | |
download | gentoo-4e74a15e985745949c1ce2ceae721d1e8487d85e.tar.gz gentoo-4e74a15e985745949c1ce2ceae721d1e8487d85e.tar.bz2 gentoo-4e74a15e985745949c1ce2ceae721d1e8487d85e.zip |
app-emulation/diskimage-builder: stabilize 3.31.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.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.31.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.31.0.ebuild index 2f2696ced6ca..fb1ca62b65dc 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.31.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.31.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" |