diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:23:09 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:56 +0200 |
commit | 49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d (patch) | |
tree | b5124d54059b52a3e1799b5f829ec2b12287ccc8 /app-crypt/scrypt/scrypt-1.2.0.ebuild | |
parent | app-crypt/p11-kit: eapi bump (diff) | |
download | gentoo-49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d.tar.gz gentoo-49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d.tar.bz2 gentoo-49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d.zip |
app-crypt/scrypt: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/scrypt/scrypt-1.2.0.ebuild')
-rw-r--r-- | app-crypt/scrypt/scrypt-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/scrypt/scrypt-1.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild index d1e48294c91a..79c83357d829 100644 --- a/app-crypt/scrypt/scrypt-1.2.0.ebuild +++ b/app-crypt/scrypt/scrypt-1.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="A simple password-based encryption utility using the scrypt key derivation function" HOMEPAGE="http://www.tarsnap.com/scrypt.html" |