diff options
Diffstat (limited to 'dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild index 304dfc4d0d70..0b5e2b24b544 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" IUSE="doc test" +RESTRICT="!test? ( test )" LICENSE="BSD" SLOT="0" |