diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-20 10:13:48 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-20 10:13:48 +0100 |
commit | 2f0a3c4965d15bce326505f857b18e137df945fa (patch) | |
tree | 8812b3752a97b45d1b314f38c63cdee42f662525 /dev-python/memory_profiler | |
parent | dev-python/lazy-object-proxy: Stabilize 1.7.1 amd64, #831532 (diff) | |
download | gentoo-2f0a3c4965d15bce326505f857b18e137df945fa.tar.gz gentoo-2f0a3c4965d15bce326505f857b18e137df945fa.tar.bz2 gentoo-2f0a3c4965d15bce326505f857b18e137df945fa.zip |
dev-python/memory_profiler: Stabilize 0.60 ALLARCHES, #831533
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/memory_profiler')
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/memory_profiler/memory_profiler-0.60.ebuild b/dev-python/memory_profiler/memory_profiler-0.60.ebuild index afc8e46ebfb4..e95aa5f7afbe 100644 --- a/dev-python/memory_profiler/memory_profiler-0.60.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.60.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ IUSE="examples" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" # dev-lang/mercury: collision on 'mprof' # https://bugs.gentoo.org/571176 |