summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/scrypt/scrypt-1.3.1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-crypt/scrypt/scrypt-1.3.1.ebuild b/app-crypt/scrypt/scrypt-1.3.1.ebuild
index 8cf33735143a..4631e15dceb7 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
}