diff options
author | 2024-01-13 09:43:30 +0000 | |
---|---|---|
committer | 2024-01-13 09:43:30 +0000 | |
commit | bb3f005c482864f10b08b339b876730272f80619 (patch) | |
tree | abd1d7e1106d82bee44d1231abb6a1085b8ba3d9 /dev-python/rpds-py | |
parent | dev-cpp/rapidfuzz-cpp: Stabilize 3.0.0 amd64, #922010 (diff) | |
download | gentoo-bb3f005c482864f10b08b339b876730272f80619.tar.gz gentoo-bb3f005c482864f10b08b339b876730272f80619.tar.bz2 gentoo-bb3f005c482864f10b08b339b876730272f80619.zip |
dev-python/rpds-py: Stabilize 0.16.2 x86, #922015
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/rpds-py')
-rw-r--r-- | dev-python/rpds-py/rpds-py-0.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpds-py/rpds-py-0.16.2.ebuild b/dev-python/rpds-py/rpds-py-0.16.2.ebuild index e8a8abb66b65..2814d26d0a6d 100644 --- a/dev-python/rpds-py/rpds-py-0.16.2.ebuild +++ b/dev-python/rpds-py/rpds-py-0.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,7 +62,7 @@ LICENSE="MIT" # Dependent crate licenses LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/rpds/rpds.*.so" |