Install this version:
emerge -a =app-emulation/quickemu-bin-4.9.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emulation/quickemu-bin-4.9.9
Or alternatively:
emerge --autounmask-write -a =app-emulation/quickemu-bin-4.9.9
# Copyright 2026 Arran Ubels
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1
DESCRIPTION="Quickly create and run Windows, macOS and Linux virtual machines"
HOMEPAGE="https://github.com/quickemu-project/quickemu"
PUB="github.com/quickemu-project/quickemu/archive/refs/tags"
SRC_URI="https://${PUB}/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/quickemu-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
RDEPEND+=" >=app-emulation/qemu-6.0.0[spice] app-arch/unzip app-cdr/cdrtools"
RDEPEND+=" app-crypt/swtpm app-misc/jq net-misc/curl"
RDEPEND+=" net-misc/socat net-misc/spice-gtk[gtk3] net-misc/wget"
RDEPEND+=" sys-apps/coreutils sys-apps/pciutils sys-apps/usbutils"
RDEPEND+=" sys-apps/util-linux sys-process/procps x11-apps/mesa-progs"
RDEPEND+=" x11-apps/xrandr x11-misc/xdg-user-dirs"
src_unpack() {
unpack "${P}.tar.gz"
}
src_install() {
dobin quickemu
dobin quickget
dobin quickreport
dobin chunkcheck
python_fix_shebang "${ED}/usr/bin/chunkcheck"
}
>=app-emulation/qemu-6.0.0[spice] app-arch/unzip app-cdr/cdrtools app-crypt/swtpm app-misc/jq net-misc/curl net-misc/socat net-misc/spice-gtk[gtk3] net-misc/wget sys-apps/coreutils sys-apps/pciutils sys-apps/usbutils sys-apps/util-linux sys-process/procps x11-apps/mesa-progs x11-apps/xrandr x11-misc/xdg-user-dirs
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | quickemu-bin-4.9.9.tar.gz | 199119 bytes | https://github.com/quickemu-project/quickemu/archive/refs/tags/4.9.9.tar.gz |