summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2022-04-06 09:52:15 +0300
committerEray Aslan <eras@gentoo.org>2022-04-06 10:05:09 +0300
commite02ba8ca7e1eb5f776cc892e780ec716fff728bb (patch)
tree7690ef4dc514f1374c45ff9a2581a2da3b8f2158 /sys-auth
parentwww-apps/wordpress: bump to 5.9.3, dropped 5.9.2 (diff)
downloadgentoo-e02ba8ca7e1eb5f776cc892e780ec716fff728bb.tar.gz
gentoo-e02ba8ca7e1eb5f776cc892e780ec716fff728bb.tar.bz2
gentoo-e02ba8ca7e1eb5f776cc892e780ec716fff728bb.zip
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 <eras@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_krb5/pam_krb5-4.11.ebuild2
1 files changed, 1 insertions, 1 deletions
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:=