From c5bcf63b3bf6a0ca1de0f885d1e3b45ee8aba9a6 Mon Sep 17 00:00:00 2001 From: Shaoyu Tseng Date: Sun, 8 Aug 2021 12:11:20 +0800 Subject: [PATCH] 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 --- 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 83bd9fa5fb..e49cfe4472 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"