Install this version:
emerge -a =gui-apps/wev-1.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/wev-1.1.0
Or alternatively:
emerge --autounmask-write -a =gui-apps/wev-1.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Wayland event viewer"
HOMEPAGE="https://git.sr.ht/~sircmpwn/wev"
SRC_URI="https://git.sr.ht/~sircmpwn/wev/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/wayland
x11-libs/libxkbcommon
"
DEPEND="${DEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
app-text/scdoc
dev-util/wayland-scanner
virtual/pkgconfig
"
src_prepare() {
default
# Respect LDFLAGS
sed -e 's/$(LIBS)/$(LIBS) $(LDFLAGS)/g' \
-i Makefile || die
}
src_configure() {
tc-export CC
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
einstalldocs
}
dev-libs/wayland-protocols
dev-libs/wayland x11-libs/libxkbcommon
app-text/scdoc dev-util/wayland-scanner virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wev-1.1.0.tar.gz | 11163 bytes | https://git.sr.ht/~sircmpwn/wev/archive/1.1.0.tar.gz |