diff options
Diffstat (limited to 'dev-python/pynag')
-rw-r--r-- | dev-python/pynag/pynag-0.9.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pynag/pynag-0.9.1.ebuild b/dev-python/pynag/pynag-0.9.1.ebuild index e818a07e3dc7..7c0e001abd1d 100644 --- a/dev-python/pynag/pynag-0.9.1.ebuild +++ b/dev-python/pynag/pynag-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2017 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,5 +14,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )" |