Install this version:
emerge -a =games-util/mpq-tools-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/mpq-tools-9999
Or alternatively:
emerge --autounmask-write -a =games-util/mpq-tools-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit git-r3 autotools
DESCRIPTION="utilities for manipulating MPQ archives used in Blizzard games"
HOMEPAGE="https://libmpq.org/"
EGIT_REPO_URI="https://github.com/msva/${PN}"
LICENSE="MIT"
SLOT="0"
DEPEND="
games-util/libmpq
"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}