Install this version:
emerge -a =media-gfx/catgirldownloader-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/catgirldownloader-9999
Or alternatively:
emerge --autounmask-write -a =media-gfx/catgirldownloader-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2026
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=no
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 meson xdg git-r3
DESCRIPTION="GTK4 application that downloads catgirl images from nekos.moe"
HOMEPAGE="https://github.com/NyarchLinux/CatgirlDownloader"
EGIT_REPO_URI="https://github.com/NyarchLinux/CatgirlDownloader.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
gui-libs/gtk:4
gui-libs/libadwaita
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-build/meson
dev-build/ninja
virtual/pkgconfig
"
gui-libs/gtk:4 gui-libs/libadwaita dev-python/requests[] dev-python/pygobject[]
gui-libs/gtk:4 gui-libs/libadwaita dev-python/requests[] dev-python/pygobject[]
dev-build/meson dev-build/ninja virtual/pkgconfig