diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:32:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:33:49 +0100 |
commit | 0036114cff0f49e2e03419a567547a08cfbba11b (patch) | |
tree | 9dc934a72e09053f00248905e0ff35c502e9501d /app-crypt/mit-krb5 | |
parent | app-admin/salt: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-0036114cff0f49e2e03419a567547a08cfbba11b.tar.gz gentoo-0036114cff0f49e2e03419a567547a08cfbba11b.tar.bz2 gentoo-0036114cff0f49e2e03419a567547a08cfbba11b.zip |
app-crypt/mit-krb5: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.17.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.17.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.17.1.ebuild index 1b7882df2d07..9a91f82b01fc 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.17.1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.17.1.ebuild @@ -16,6 +16,7 @@ LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 | SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="cpu_flags_x86_aes doc +keyutils libressl lmdb nls openldap +pkinit selinux +threads test xinetd" +RESTRICT="!test? ( test )" # Test suite requires network access #RESTRICT="test" |