Gentoo Archives: gentoo-commits

From: Stephen Klimaszewski <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/
Date: Fri, 04 Mar 2016 03:28:36
Message-Id: 1457062076.aa0155417db854a8e8ebd2daae2bf724ea56122e.steev@gentoo
1 commit: aa0155417db854a8e8ebd2daae2bf724ea56122e
2 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 03:21:38 2016 +0000
4 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 03:27:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa015541
7
8 dev-libs/libuv: Keyword 1.8.0 for ~arm64
9
10 Tested on Cortex-A53
11
12 Package-Manager: portage-2.2.27
13
14 dev-libs/libuv/libuv-1.8.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild b/dev-libs/libuv/libuv-1.8.0.ebuild
18 index efb72d1..82c4950 100644
19 --- a/dev-libs/libuv/libuv-1.8.0.ebuild
20 +++ b/dev-libs/libuv/libuv-1.8.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="BSD BSD-2 ISC MIT"
30 SLOT="0/1"
31 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
33 IUSE="static-libs"
34 RESTRICT="test"