diff options
author | Sam James <sam@gentoo.org> | 2020-09-14 18:29:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-14 18:29:23 +0000 |
commit | 6ffb3cad30660578529e99bfcb536228066f4f2f (patch) | |
tree | 36ee13839d6fb6d8f0126192ee01d8df023e5bb2 | |
parent | app-crypt/scrypt: bump to 1.3.1, add tests (diff) | |
download | gentoo-6ffb3cad30660578529e99bfcb536228066f4f2f.tar.gz gentoo-6ffb3cad30660578529e99bfcb536228066f4f2f.tar.bz2 gentoo-6ffb3cad30660578529e99bfcb536228066f4f2f.zip |
app-crypt/scrypt: fix tests
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-crypt/scrypt/scrypt-1.3.1.ebuild | 5 |
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 } |