mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-auth/pam_u2f: add missing build dep for man-pages
Closes: https://bugs.gentoo.org/962866 Signed-off-by: Henning Schild <henning@hennsch.de> Part-of: https://github.com/gentoo/gentoo/pull/43786 Closes: https://github.com/gentoo/gentoo/pull/43786 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
d067ff9d27
commit
6b17e911b3
@@ -18,8 +18,10 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="
|
||||
dev-libs/libfido2:=
|
||||
dev-libs/openssl:=
|
||||
sys-libs/pam"
|
||||
sys-libs/pam
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="app-text/asciidoc"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
|
||||
Reference in New Issue
Block a user