Install this version:
emerge -a =sys-fs/xva-img-1.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/xva-img-1.5
Or alternatively:
emerge --autounmask-write -a =sys-fs/xva-img-1.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="XVA virtual disk tool, supports exporting XVA to RAW."
HOMEPAGE="https://github.com/eriklax/xva-img"
SRC_URI="https://github.com/eriklax/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/xxhash
dev-libs/openssl:=
"
RDEPEND="${DEPEND}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xva-img-1.5.tar.gz | 15073 bytes | https://github.com/eriklax/xva-img/archive/refs/tags/1.5.tar.gz |