No description
Find a file
ky 8c87a025da
dev-embedded/fusee-nano: new package, version 0.5.3
Minimalist re-implementation of the Fusée Gelée exploit (CVE-2018-6242)
for Nintendo Switch / Tegra X1 RCM mode payload injection.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 17:29:48 -05:00
dev-embedded/fusee-nano dev-embedded/fusee-nano: new package, version 0.5.3 2026-03-01 17:29:48 -05:00
metadata initial commit 2026-03-01 17:01:51 -05:00
net-im/equibop-bin initial commit 2026-03-01 17:01:51 -05:00
profiles initial commit 2026-03-01 17:01:51 -05:00
.gitignore initial commit 2026-03-01 17:01:51 -05:00
README.md initial commit 2026-03-01 17:01:51 -05:00

pwny-overlay

A personal Gentoo ebuild overlay.

Adding the Overlay

eselect repository add pwny-overlay git https://git.tilde.horse/ky/pwny-overlay
emerge --sync pwny-overlay

With layman

layman -o https://git.tilde.horse/ky/pwny-overlay/raw/branch/main/repositories.xml -f -a pwny-overlay

Manually

Add to /etc/portage/repos.conf/pwny-overlay.conf:

[pwny-overlay]
location = /var/db/repos/pwny-overlay
sync-type = git
sync-uri = https://git.tilde.horse/ky/pwny-overlay
auto-sync = yes

Then run:

emerge --sync pwny-overlay

Syncing

emerge --sync pwny-overlay

Installing Packages

After adding and syncing the overlay:

# Accept ~amd64 or ~arm64 keywords as needed
echo "net-im/equibop-bin ~amd64" >> /etc/portage/package.accept_keywords
emerge -av net-im/equibop-bin