diff options
Diffstat (limited to 'dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild')
-rw-r--r-- | dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild b/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild index b1b0ac06235c..a1a966891376 100644 --- a/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild +++ b/dev-python/django-xslt/django-xslt-0.4.5-r1.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 @@ DESCRIPTION="an XSLT template system for Django" HOMEPAGE="https://pypi.org/project/django-xslt/" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" LICENSE="BSD" SLOT="0" |