Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jetring/
Date: Fri, 07 Jul 2017 11:53:04
Message-Id: 1499428359.eb75cabc984d6186dda419bfe3ca56aea5cc23f1.aballier@gentoo
1 commit: eb75cabc984d6186dda419bfe3ca56aea5cc23f1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 11:52:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 11:52:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb75cabc
7
8 app-crypt/jetring: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-crypt/jetring/jetring-0.25.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/jetring/jetring-0.25.ebuild b/app-crypt/jetring/jetring-0.25.ebuild
16 index 0dbb6808dd6..04664bb5eb5 100644
17 --- a/app-crypt/jetring/jetring-0.25.ebuild
18 +++ b/app-crypt/jetring/jetring-0.25.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 IUSE=""
32
33 DEPEND="app-crypt/gnupg"