commit:     6ffb3cad30660578529e99bfcb536228066f4f2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 18:29:23 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 18:29:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffb3cad

app-crypt/scrypt: fix tests

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/scrypt/scrypt-1.3.1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-crypt/scrypt/scrypt-1.3.1.ebuild 
b/app-crypt/scrypt/scrypt-1.3.1.ebuild
index 8cf33735143..4631e15dceb 100644
--- a/app-crypt/scrypt/scrypt-1.3.1.ebuild
+++ b/app-crypt/scrypt/scrypt-1.3.1.ebuild
@@ -13,10 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 DOCS=( FORMAT )
 
-IUSE="test"
-RESTRICT="!test? ( test )"
-
 src_test() {
-       default
+       # There's an empty check target, so can't call default.
        emake test
 }

Reply via email to