From: Alfredo Tupone Date: Thu, 14 May 2020 05:58:33 +0000 (+0200) Subject: dev-ml/camlp5: Try for fixing SourcingError X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3febb9a5b73592bc77eb5004d1330d00066b70d;p=gentoo.git dev-ml/camlp5: Try for fixing SourcingError Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone --- diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild index 91b242f306d0..12f10b2cd865 100644 --- a/dev-ml/camlp5/camlp5-7.11.ebuild +++ b/dev-ml/camlp5/camlp5-7.11.ebuild @@ -19,7 +19,8 @@ DEPEND="dev-lang/ocaml" RDEPEND="${DEPEND}" QA_FLAGS_IGNORED=( - /usr/bin/camlp5{o,r}.opt + /usr/bin/camlp5o.opt + /usr/bin/camlp5r.opt ) DOCS="CHANGES DEVEL ICHANGES README.md UPGRADING MODE"