summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-26 18:40:39 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-26 18:40:39 +0100
commitdc7064e731a1fc125e8f399f04529dd4b0e2a1dc (patch)
tree3504b0921ca4eba9ccd44b23d523ce9fb374cb23 /dev-ml/cudf
parentbase/package.use.mask: Mask lto in www-client/seamonkey (diff)
downloadgentoo-dc7064e731a1fc125e8f399f04529dd4b0e2a1dc.tar.gz
gentoo-dc7064e731a1fc125e8f399f04529dd4b0e2a1dc.tar.bz2
gentoo-dc7064e731a1fc125e8f399f04529dd4b0e2a1dc.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/cudf')
-rw-r--r--dev-ml/cudf/cudf-0.9.ebuild4
-rw-r--r--dev-ml/cudf/metadata.xml4
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-ml/cudf/cudf-0.9.ebuild b/dev-ml/cudf/cudf-0.9.ebuild
index 9877b5c886cd..13002a67f912 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 a4f6be63adba..e24f3283a006 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>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
<maintainer type="person">
<email>gienah@gentoo.org</email>
<name>Mark Wright</name>