commit: 7402a47e2c07da5a170503724cf43bad38f029c3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 17:58:08 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 17:58:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7402a47e
dev-ml/camlp4: QA Flags ignored Closes: https://bugs.gentoo.org/727196 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlp4/camlp4-4.11_p1.ebuild | 4 +++- dev-ml/camlp4/metadata.xml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-ml/camlp4/camlp4-4.11_p1.ebuild b/dev-ml/camlp4/camlp4-4.11_p1.ebuild index dea97b226af..f50ced55ac7 100644 --- a/dev-ml/camlp4/camlp4-4.11_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.11_p1.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 @@ -20,6 +20,8 @@ RDEPEND="${DEPEND}" DEPEND="${DEPEND} dev-ml/ocamlbuild" +QA_FLAGS_IGNORED='.*' + S=${WORKDIR}/${P/_p/-} PATCHES=( "${FILESDIR}/reload.patch" ) diff --git a/dev-ml/camlp4/metadata.xml b/dev-ml/camlp4/metadata.xml index 2578754c246..110b0d3f8c8 100644 --- a/dev-ml/camlp4/metadata.xml +++ b/dev-ml/camlp4/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>
