diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-03-03 21:21:38 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-03-03 21:27:56 -0600 |
commit | aa0155417db854a8e8ebd2daae2bf724ea56122e (patch) | |
tree | cc5779752e8ef8aaa869c490d914cbae1e88f6cc /dev-libs/libuv | |
parent | dev-lang/php: add new versions of the three supported series. (diff) | |
download | gentoo-aa0155417db854a8e8ebd2daae2bf724ea56122e.tar.gz gentoo-aa0155417db854a8e8ebd2daae2bf724ea56122e.tar.bz2 gentoo-aa0155417db854a8e8ebd2daae2bf724ea56122e.zip |
dev-libs/libuv: Keyword 1.8.0 for ~arm64
Tested on Cortex-A53
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/libuv')
-rw-r--r-- | dev-libs/libuv/libuv-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild b/dev-libs/libuv/libuv-1.8.0.ebuild index efb72d125424..82c495009d39 100644 --- a/dev-libs/libuv/libuv-1.8.0.ebuild +++ b/dev-libs/libuv/libuv-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" RESTRICT="test" |