From e02ba8ca7e1eb5f776cc892e780ec716fff728bb Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Wed, 6 Apr 2022 09:52:15 +0300 Subject: sys-auth/pam_krb5: restrict tests as they require /etc/krb5.conf alternative would be having app-crypt/mit-krb5 and app-crypt/heimdal install a default krb5.conf file. however, providing realm defaults for a network authentication protocol is dubious at best. make the sysadmin configure the protocol before use by not installing one. Closes: https://bugs.gentoo.org/836819 Signed-off-by: Eray Aslan --- sys-auth/pam_krb5/pam_krb5-4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-auth/pam_krb5') diff --git a/sys-auth/pam_krb5/pam_krb5-4.11.ebuild b/sys-auth/pam_krb5/pam_krb5-4.11.ebuild index cffe652ada4e..799d9a161341 100644 --- a/sys-auth/pam_krb5/pam_krb5-4.11.ebuild +++ b/sys-auth/pam_krb5/pam_krb5-4.11.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" # tests fail without a /etc/krb5.conf -#RESTRICT="test" +RESTRICT="test" DEPEND="virtual/krb5 virtual/libcrypt:= -- cgit v1.2.3-65-gdbad