Install this version:
emerge -a =dev-libs/wuffs-0.3.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/wuffs-0.3.4
Or alternatively:
emerge --autounmask-write -a =dev-libs/wuffs-0.3.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.4 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Wrangling Untrusted File Formats Safely - single-file C library"
HOMEPAGE="https://github.com/google/wuffs"
SRC_URI="https://github.com/google/wuffs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# Single-file library, consumed by #including the .c file (e.g. by
# www-client/ladybird's LibGfx GIF decoder). Nothing to compile here.
src_install() {
insinto /usr/include/wuffs
doins release/c/wuffs-v${PV%.*}.c
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wuffs-0.3.4.tar.gz | 14259231 bytes | https://github.com/google/wuffs/archive/refs/tags/v0.3.4.tar.gz |