Fix pam_usb RDEPEND

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres 2026-03-08 21:10:12 +00:00
parent 45b11e9dec
commit 7204a0de18
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="sys-fs/udisks"
RDEPEN="${DEPEND}"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/0.8.5/fix-install.patch" )