commit: 393069439b40fd7e6b48994cda4597d95f22156f Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Jul 11 12:48:30 2022 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Jul 11 12:50:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39306943
www-apps/radarr: set QA_PREBUILT="*" Since this is a binary package, everything in it is prebuit. Closes: https://bugs.gentoo.org/857510 Closes: https://bugs.gentoo.org/857507 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> www-apps/radarr/radarr-4.1.0.6175.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-apps/radarr/radarr-4.1.0.6175.ebuild b/www-apps/radarr/radarr-4.1.0.6175.ebuild index 6aa69a1c190d..cbe283981dae 100644 --- a/www-apps/radarr/radarr-4.1.0.6175.ebuild +++ b/www-apps/radarr/radarr-4.1.0.6175.ebuild @@ -27,6 +27,8 @@ RDEPEND=" dev-util/lttng-ust:0 dev-db/sqlite" +QA_PREBUILT="*" + S="${WORKDIR}/Radarr" src_install() {
