Install this version:
emerge -a =sys-apps/qemu-openrc-0.11.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/qemu-openrc-0.11.1
Or alternatively:
emerge --autounmask-write -a =sys-apps/qemu-openrc-0.11.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.11.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenRC init script for QEMU/KVM"
HOMEPAGE="https://github.com/jirutka/qemu-openrc"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jirutka/qemu-openrc"
else
SRC_URI="https://github.com/jirutka/qemu-openrc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
RDEPEND="net-misc/socat"
PATCHES=( "${FILESDIR}/qemu-openrc-0.10.0-guest-agent.patch")
src_compile() {
:
}
src_install() {
newinitd qemu.initd qemu
newconfd qemu.confd qemu
dobin qemush
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qemu-openrc-0.11.1.tar.gz | 8626 bytes | https://github.com/jirutka/qemu-openrc/archive/v0.11.1.tar.gz |