summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-26 19:21:56 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-26 19:22:09 +0100
commitcd56cae02682a6007cf51c2360d0d47351ed910a (patch)
tree913aeaf26d913d160b773f6251e8edb94595e632
parentapp-admin/sudo: Removed old (diff)
downloadgentoo-cd56cae02682a6007cf51c2360d0d47351ed910a.tar.gz
gentoo-cd56cae02682a6007cf51c2360d0d47351ed910a.tar.bz2
gentoo-cd56cae02682a6007cf51c2360d0d47351ed910a.zip
dev-ml/findlib: QA flags warning ignored
Closes: https://bugs.gentoo.org/719174 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/findlib/findlib-1.8.1-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/findlib/findlib-1.8.1-r2.ebuild b/dev-ml/findlib/findlib-1.8.1-r2.ebuild
index fa1af8f3e840..bcbb3f9c90c2 100644
--- a/dev-ml/findlib/findlib-1.8.1-r2.ebuild
+++ b/dev-ml/findlib/findlib-1.8.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,8 @@ DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
tk? ( dev-ml/labltk:= )"
RDEPEND="${DEPEND}"
+QA_FLAGS_IGNORED='.*'
+
PATCHES=( "${FILESDIR}"/externalmeta7.patch )
src_prepare() {