diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-23 09:59:26 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-23 10:00:12 -0600 |
commit | e839ee180f75c00cdfe85a31c7c17987e14d315b (patch) | |
tree | 79a5a18dcfe38c79ce4a22195054202f6a3133ee /app-emulation | |
parent | dev-java/scala-cli-bin: drop --home when generating shell completions (diff) | |
download | gentoo-e839ee180f75c00cdfe85a31c7c17987e14d315b.tar.gz gentoo-e839ee180f75c00cdfe85a31c7c17987e14d315b.tar.bz2 gentoo-e839ee180f75c00cdfe85a31c7c17987e14d315b.zip |
app-emulation/diskimage-builder: stabilize 3.26.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.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.26.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.26.0.ebuild index 43658e0c4cf3..7c64fde7e608 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.26.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.26.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0" |