diff options
author | Sam James <sam@gentoo.org> | 2020-10-02 00:14:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-02 00:14:24 +0000 |
commit | 9df5973865a72576a6b0612b168fcdf795d2f2ac (patch) | |
tree | feb0d54691bea905195cb3aefe57a8326d4aa805 /app-emulation | |
parent | dev-db/oracle-instantclient: Stabilize 19.6.0.0-r1 amd64, #744721 (diff) | |
download | gentoo-9df5973865a72576a6b0612b168fcdf795d2f2ac.tar.gz gentoo-9df5973865a72576a6b0612b168fcdf795d2f2ac.tar.bz2 gentoo-9df5973865a72576a6b0612b168fcdf795d2f2ac.zip |
app-emulation/qemu: Stabilize 5.1.0-r1 amd64, #743649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.1.0-r1.ebuild b/app-emulation/qemu/qemu-5.1.0-r1.ebuild index 369d862dc879..6c6c19919a67 100644 --- a/app-emulation/qemu/qemu-5.1.0-r1.ebuild +++ b/app-emulation/qemu/qemu-5.1.0-r1.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |