commit: 768234f9dd7ea1823a6df40ddf1e551d201664a6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 13:18:45 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 13 13:19:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768234f9
dev-ml/camlp5: attempt to fix breakage
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-ml/camlp5/camlp5-7.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild
index 87dad60235d..91b242f306d 100644
--- a/dev-ml/camlp5/camlp5-7.11.ebuild
+++ b/dev-ml/camlp5/camlp5-7.11.ebuild
@@ -19,7 +19,7 @@ DEPEND="dev-lang/ocaml"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED=(
- /usr/bin/camlp5[or].opt
+ /usr/bin/camlp5{o,r}.opt
)
DOCS="CHANGES DEVEL ICHANGES README.md UPGRADING MODE"