diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-13 16:18:45 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-13 16:19:12 +0300 |
commit | 768234f9dd7ea1823a6df40ddf1e551d201664a6 (patch) | |
tree | ae1b83acf3ee82a33e93d4ab500b4ab3fc549f3a /dev-ml | |
parent | dev-python/zipp: sparc stable wrt bug #720662 (diff) | |
download | gentoo-768234f9dd7ea1823a6df40ddf1e551d201664a6.tar.gz gentoo-768234f9dd7ea1823a6df40ddf1e551d201664a6.tar.bz2 gentoo-768234f9dd7ea1823a6df40ddf1e551d201664a6.zip |
dev-ml/camlp5: attempt to fix breakage
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-7.11.ebuild b/dev-ml/camlp5/camlp5-7.11.ebuild index 87dad60235d5..91b242f306d0 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" |