app-crypt/mit-krb5-appl: add dejagnu test dep

Not that it fixes the other issues w/ tests.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-25 09:58:17 +01:00
parent 55c709ef4d
commit b84cb1bc39

View File

@@ -15,8 +15,13 @@ S="${WORKDIR}/${MY_P}"
LICENSE="openafs-krb5-a BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="virtual/pkgconfig"
BDEPEND="
virtual/pkgconfig
test? ( dev-util/dejagnu )
"
RDEPEND=">=app-crypt/mit-krb5-1.8.0
sys-fs/e2fsprogs
sys-libs/ncurses:=