commit: c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6 Author: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io> AuthorDate: Sun Aug 8 04:11:20 2021 +0000 Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io> CommitDate: Sun Aug 8 04:11:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5bcf63b
dev-python/orjson-bin: Add QA_PREBUILT Closes: https://bugs.gentoo.org/805254 Closes: https://bugs.gentoo.org/805251 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io> dev-python/orjson-bin/orjson-bin-3.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild b/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild index 83bd9fa5f..e49cfe447 100644 --- a/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild +++ b/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild @@ -6,6 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..9} ) inherit python-r1 +QA_PREBUILT="usr/lib/*" DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" HOMEPAGE="https://github.com/ijl/orjson"
