Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scrypt/
Date: Sat, 04 Feb 2017 01:32:14
Message-Id: 1486171856.49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d.alonbl@gentoo
1 commit: 49ca8db5d6d546c77f21a5f1b27d7a76c6bb354d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 01:23:09 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 01:30:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca8db5
7
8 app-crypt/scrypt: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/scrypt/scrypt-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/scrypt/scrypt-1.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild
16 index d1e4829..79c8335 100644
17 --- a/app-crypt/scrypt/scrypt-1.2.0.ebuild
18 +++ b/app-crypt/scrypt/scrypt-1.2.0.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 DESCRIPTION="A simple password-based encryption utility using the scrypt key derivation function"
29 HOMEPAGE="http://www.tarsnap.com/scrypt.html"