diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-24 23:46:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-24 23:46:48 -0400 |
commit | 50015287cfde65d8b61345c5366140e687e82e67 (patch) | |
tree | c604b7fb399a6c4a3a8bf46c3ecda4be8b2c4e50 | |
parent | dev-util/systemtap: arm64 stable (diff) | |
download | gentoo-50015287cfde65d8b61345c5366140e687e82e67.tar.gz gentoo-50015287cfde65d8b61345c5366140e687e82e67.tar.bz2 gentoo-50015287cfde65d8b61345c5366140e687e82e67.zip |
dev-util/google-perftools: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-rw-r--r-- | dev-util/google-perftools/google-perftools-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/google-perftools/google-perftools-2.7.ebuild b/dev-util/google-perftools/google-perftools-2.7.ebuild index 79113d00762c..86e8f749665f 100644 --- a/dev-util/google-perftools/google-perftools-2.7.ebuild +++ b/dev-util/google-perftools/google-perftools-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SLOT="0/4" # linux x86/amd64/ppc/ppc64/arm # OSX ppc/amd64 # AIX ppc/ppc64 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="-* ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="largepages +debug minimal optimisememory test static-libs" |