diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-06-27 10:47:05 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-06-27 10:47:05 +0200 |
commit | 57ec03f6bdbbbb51b2909aa42a8d93f8acd0c544 (patch) | |
tree | f5a6a1c65c0a7fe4bda18e20674e8019721427e7 /sci-mathematics | |
parent | dev-python/pyenchant: sparc stable wrt bug #854432 (diff) | |
download | gentoo-57ec03f6bdbbbb51b2909aa42a8d93f8acd0c544.tar.gz gentoo-57ec03f6bdbbbb51b2909aa42a8d93f8acd0c544.tar.bz2 gentoo-57ec03f6bdbbbb51b2909aa42a8d93f8acd0c544.zip |
sci-mathematics/why3-for-spark: refix QA_FLAGS
Closes: https://bugs.gentoo.org/854555
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild index 13fef502cfe3..fd2397eb1b04 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild @@ -56,9 +56,9 @@ PATCHES=( ) QA_FLAGS_IGNORED=( - '/usr/lib*/why3/commands/*.cmxs' - '/usr/lib*/why3/plugins/*.cmxs' - '/usr/lib*/ocaml/why3/why3*.cmxs' + '/usr/lib.*/why3/commands/.*cmxs' + '/usr/lib.*/why3/plugins/.*cmxs' + '/usr/lib.*/ocaml/why3/.*cmxs' /usr/bin/why3 /usr/bin/why3config.cmxs /usr/bin/why3session.cmxs |