Install this version:
emerge -a =games-vn/who-is-the-red-queen-1.13
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-vn/who-is-the-red-queen-1.13
Or alternatively:
emerge --autounmask-write -a =games-vn/who-is-the-red-queen-1.13
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.13 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit renpy
DESCRIPTION="Alice, Alice, the Red Queen is missing"
HOMEPAGE="https://4noki.itch.io/who-is-the-red-queen"
SRC_URI="who-is-the-red-queen-win-linux.zip"
S="${WORKDIR}/WhoIsTheRedQueen-${PV}-pc"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"
PATCHES=(
"${FILESDIR}/who-is-the-red-queen-1.13-reset-transformations.patch"
)