diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-15 19:34:04 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-15 19:34:04 +0100 |
commit | 365d7ebbdd5d3e90e1699e580b237f8f4c8ee4ff (patch) | |
tree | 5982e82a759599bf1192cab683a229d6e6716fcd /dev-util/google-perftools | |
parent | dev-embedded/u-boot-tools: add 2024.01 (diff) | |
download | gentoo-365d7ebbdd5d3e90e1699e580b237f8f4c8ee4ff.tar.gz gentoo-365d7ebbdd5d3e90e1699e580b237f8f4c8ee4ff.tar.bz2 gentoo-365d7ebbdd5d3e90e1699e580b237f8f4c8ee4ff.zip |
dev-util/google-perftools: Stabilize 2.10-r1 x86, #903578
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/google-perftools')
-rw-r--r-- | dev-util/google-perftools/google-perftools-2.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/google-perftools/google-perftools-2.10-r1.ebuild b/dev-util/google-perftools/google-perftools-2.10-r1.ebuild index cb76ce6b7b1d..2edaee624cf0 100644 --- a/dev-util/google-perftools/google-perftools-2.10-r1.ebuild +++ b/dev-util/google-perftools/google-perftools-2.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SLOT="0/4" # linux amd64/arm/arm64/ppc/ppc64/riscv/x86 # OSX ppc/amd64 # AIX ppc/ppc64 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="largepages largepages64k +debug llvm-libunwind minimal optimisememory test static-libs" |