commit:     bf598286f4634486c6384ebed4ff101df986ced6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 13 18:11:56 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 13 18:11:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf598286

dev-ml/seq: remove CFLAGS QA warning

Closes: https://bugs.gentoo.org/728042
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/seq/seq-0.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ml/seq/seq-0.1.ebuild b/dev-ml/seq/seq-0.1.ebuild
index 36b44f74c5a..b1db2933a4c 100644
--- a/dev-ml/seq/seq-0.1.ebuild
+++ b/dev-ml/seq/seq-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,6 +20,10 @@ BDEPEND=""
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
+QA_FLAGS_IGNORED=(
+       /usr/lib*/ocaml/seq/seq.cmxs
+)
+
 src_prepare() {
        default
        sed -i \

Reply via email to