Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Wed, 29 Aug 2018 01:07:43
Message-Id: 1535504163.562cff1db5fb27e7f835bca246435e42daa9b5e2.whissi@gentoo
1 commit: 562cff1db5fb27e7f835bca246435e42daa9b5e2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 00:56:03 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 00:56:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562cff1d
7
8 app-crypt/argon2: x86 stable (bug #664556)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 app-crypt/argon2/argon2-20171227.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild
16 index cba8e3f4d23..4cf2b3b572c 100644
17 --- a/app-crypt/argon2/argon2-20171227.ebuild
18 +++ b/app-crypt/argon2/argon2-20171227.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}
20
21 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
22 SLOT="0/1"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 x86"
25 IUSE="static-libs"
26
27 S="${WORKDIR}/phc-winner-${P}"