commit: dc7064e731a1fc125e8f399f04529dd4b0e2a1dc Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 17:40:39 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 17:40:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7064e7
dev-ml/cudf: ignore QA Flags warning Closes: https://bugs.gentoo.org/748825 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/cudf/cudf-0.9.ebuild | 4 +++- dev-ml/cudf/metadata.xml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-ml/cudf/cudf-0.9.ebuild b/dev-ml/cudf/cudf-0.9.ebuild index 9877b5c886c..13002a67f91 100644 --- a/dev-ml/cudf/cudf-0.9.ebuild +++ b/dev-ml/cudf/cudf-0.9.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 @@ -28,6 +28,8 @@ DEPEND="${RDEPEND} " PATCHES=( "${FILESDIR}/ounit2.patch" ) +QA_FLAGS_IGNORED='.*' + src_prepare() { default diff --git a/dev-ml/cudf/metadata.xml b/dev-ml/cudf/metadata.xml index a4f6be63adb..e24f3283a00 100644 --- a/dev-ml/cudf/metadata.xml +++ b/dev-ml/cudf/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>ML</name> + </maintainer> <maintainer type="person"> <email>[email protected]</email> <name>Mark Wright</name>
