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-util/google-perftools/
Date: Fri, 07 Jul 2017 18:15:09
Message-Id: 1499451280.1ebf726a66dc75e76833acbf0f2c421825bdaa37.aballier@gentoo
1 commit: 1ebf726a66dc75e76833acbf0f2c421825bdaa37
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 18:14:40 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 18:14:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebf726a
7
8 dev-util/google-perftools: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-util/google-perftools/google-perftools-2.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/google-perftools/google-perftools-2.5.ebuild b/dev-util/google-perftools/google-perftools-2.5.ebuild
16 index 432fce8f0c2..79740a1047c 100644
17 --- a/dev-util/google-perftools/google-perftools-2.5.ebuild
18 +++ b/dev-util/google-perftools/google-perftools-2.5.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 @@ -19,7 +19,7 @@ SLOT="0/4"
26 # linux x86/amd64/ppc/ppc64/arm
27 # OSX ppc/amd64
28 # AIX ppc/ppc64
29 -KEYWORDS="-* ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
30 +KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
31 IUSE="largepages +debug minimal optimisememory test static-libs"
32
33 DEPEND="sys-libs/libunwind"