commit: b3febb9a5b73592bc77eb5004d1330d00066b70d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 05:58:33 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 14 05:58:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3febb9a
dev-ml/camlp5: Try for fixing SourcingError
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlp5/camlp5-7.11.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild
index 91b242f306d..12f10b2cd86 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"