diff options
author | Shaoyu Tseng <shaoyu0209@tuta.io> | 2021-08-08 12:11:20 +0800 |
---|---|---|
committer | Shaoyu Tseng <shaoyu0209@tuta.io> | 2021-08-08 12:11:20 +0800 |
commit | c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6 (patch) | |
tree | ccc071ead4b9c515fc279148e2eaa9cbaec71b61 /dev-python/orjson-bin | |
parent | app-text/koodo-reader-bin: Fix QA issues (diff) | |
download | guru-c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6.tar.gz guru-c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6.tar.bz2 guru-c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6.zip |
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@tuta.io>
Diffstat (limited to 'dev-python/orjson-bin')
-rw-r--r-- | dev-python/orjson-bin/orjson-bin-3.6.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |