diff options
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild | 3 | ||||
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild index e35e9de678fb..cb9ae9528d40 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.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" 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" |