diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-05-14 07:58:33 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-05-14 07:58:33 +0200 |
commit | b3febb9a5b73592bc77eb5004d1330d00066b70d (patch) | |
tree | eebfbc959e8754ad34284c7acbe4e952c4f36dbb /dev-ml | |
parent | app-emulation/qemu-riscv64-bin: Silence QA warning about binary package (diff) | |
download | gentoo-b3febb9a5b73592bc77eb5004d1330d00066b70d.tar.gz gentoo-b3febb9a5b73592bc77eb5004d1330d00066b70d.tar.bz2 gentoo-b3febb9a5b73592bc77eb5004d1330d00066b70d.zip |
dev-ml/camlp5: Try for fixing SourcingError
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |