Install this version:
emerge -a =games-vn/seraphim-slum-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-vn/seraphim-slum-1.0
Or alternatively:
emerge --autounmask-write -a =games-vn/seraphim-slum-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit renpy
DESCRIPTION="A liminal sapphic visual novel that explores just how far an angel can fall"
HOMEPAGE="https://rosesrot.itch.io/seraphim-slum"
SRC_URI="SeraphimSlum-Definitivepc.zip"
S="${WORKDIR}/SeraphimSlum-${PV}-pc"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"