Install this version:
emerge -a =sys-apps/hwdb-202605251926
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/hwdb-202605251926
Or alternatively:
emerge --autounmask-write -a =sys-apps/hwdb-202605251926
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 202605251926 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Community driven mirror of systemd hwdb"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/hwdb.git/about/"
if [ ${PV} = 999999999999 ]; then
inherit git-r3
EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/hwdb.git"
KEYWORDS=""
else
SRC_URI="https://git.pinkro.se/Rose/gardenhouse/hwdb.git/snapshot/${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="LGPL-2+"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
BDEPEND="
app-alternatives/awk
"
src_compile() {
./scripts/build.sh
}
src_install() {
insinto /usr/lib/udev/hwdb.d
doins -r dist/
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hwdb-202605251926.tar.gz | 4641395 bytes | https://git.pinkro.se/Rose/gardenhouse/hwdb.git/snapshot/hwdb-202605251926.tar.gz |