mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
sci-mathematics/alt-ergo: better fix for QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/725558 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -26,11 +26,11 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( CHANGES INSTALL.md README.md )
|
||||
|
||||
QA_FLAGS_IGNORED="
|
||||
/usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
|
||||
/usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
|
||||
QA_FLAGS_IGNORED=(
|
||||
/usr/lib64/alt-ergo-parsers/AltErgoParsers.cmxs
|
||||
/usr/lib64/alt-ergo-lib/AltErgoLib.cmxs
|
||||
/usr/bin/alt-ergo
|
||||
"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user