Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Sat, 31 Mar 2018 14:12:32
Message-Id: 1522505522.0433af6f3b3c51cb72681a00a6b870ce8a094310.blueness@gentoo
1 commit: 0433af6f3b3c51cb72681a00a6b870ce8a094310
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 13:20:19 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 14:12:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0433af6f
7
8 sys-apps/haveged: keyword ~arm64
9
10 sys-apps/haveged/haveged-1.9.2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-apps/haveged/haveged-1.9.2.ebuild b/sys-apps/haveged/haveged-1.9.2.ebuild
14 index 2541023e40a..9ea83a7c5cc 100644
15 --- a/sys-apps/haveged/haveged-1.9.2.ebuild
16 +++ b/sys-apps/haveged/haveged-1.9.2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -11,7 +11,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"
24
25 LICENSE="GPL-3+"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
29 IUSE="selinux"
30
31 DEPEND=""