diff options
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.6.ebuild | 1 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.6.ebuild b/app-misc/chkcrontab/chkcrontab-1.6.ebuild index 1d14ba22d192..3ba987e07fac 100644 --- a/app-misc/chkcrontab/chkcrontab-1.6.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.6.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" python_test() { esetup.py test diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 44293532ef89..2c96fd2b7630 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" python_test() { esetup.py test || die |