Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Wed, 24 Oct 2018 04:10:21
Message-Id: 1540353942.39314641671207061e15769d659811c593d3285c.mattst88@gentoo
1 commit: 39314641671207061e15769d659811c593d3285c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 04:05:42 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 04:05:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39314641
7
8 app-crypt/argon2-20171227: added ~mips
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
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 6aeb567b224..b600d4c7156 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="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
24 +KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
25 IUSE="static-libs"
26
27 S="${WORKDIR}/phc-winner-${P}"