Install this version:
emerge -a =app-crypt/gardenlock-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/gardenlock-9999
Or alternatively:
emerge --autounmask-write -a =app-crypt/gardenlock-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Standalone drop-in implementation of systemd-pcrextend, systemd-tpm2-setup and systemd-measure."
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/gardenlock.git/about/"
if [[ ${PV} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/gardenlock.git"
EGIT_BRANCH="main"
else
SRC_URI="https://git.pinkro.se/Rose/gardenhouse/gardenlock.git/snapshot/${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="app-crypt/tpm2-tss
dev-libs/openssl
dev-libs/json-c
sys-apps/util-linux"
DEPEND="${RDEPEND}"
app-crypt/tpm2-tss dev-libs/openssl dev-libs/json-c sys-apps/util-linux
app-crypt/tpm2-tss dev-libs/openssl dev-libs/json-c sys-apps/util-linux