Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit/
Date: Mon, 19 Jun 2017 16:57:03
Message-Id: 1497891379.57b4297ee0b2c65b53923ebf55d1bd888ae39b01.aballier@gentoo
1 commit: 57b4297ee0b2c65b53923ebf55d1bd888ae39b01
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:56:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:56:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b4297e
7
8 dev-ml/ounit: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ounit/ounit-2.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild
16 index bc756bb1e98..d58f97f5231 100644
17 --- a/dev-ml/ounit/ounit-2.0.0.ebuild
18 +++ b/dev-ml/ounit/ounit-2.0.0.ebuild
19 @@ -1,4 +1,4 @@
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
24 EAPI="5"
25 @@ -12,7 +12,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/"
26 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz"
27 LICENSE="MIT"
28 SLOT="0/${PV}"
29 -KEYWORDS="amd64 arm ppc x86"
30 +KEYWORDS="amd64 arm ~arm64 ppc x86"
31 DEPEND=""
32 RDEPEND="${DEPEND}"
33 IUSE=""