summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2020-06-13 20:11:56 +0200
committerAlfredo Tupone <tupone@gentoo.org>2020-06-13 20:11:56 +0200
commitbf598286f4634486c6384ebed4ff101df986ced6 (patch)
tree038cc537d8bd57a0ca7ebfa1e720757b7e66f3dc
parentsci-chemistry/mdtraj: Bump to 1.9.4 (diff)
downloadgentoo-bf598286f4634486c6384ebed4ff101df986ced6.tar.gz
gentoo-bf598286f4634486c6384ebed4ff101df986ced6.tar.bz2
gentoo-bf598286f4634486c6384ebed4ff101df986ced6.zip
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@gentoo.org>
-rw-r--r--dev-ml/seq/seq-0.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-ml/seq/seq-0.1.ebuild b/dev-ml/seq/seq-0.1.ebuild
index 36b44f74c5aa..b1db2933a4cf 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 \