commit:     a5b42983143e3d797fb0b537e330896becc06042
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Apr 29 18:03:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 22:17:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b42983

dev-ml/camlp4: Add QA_FLAGS_IGNORED to 4.08_p1

Closes: https://bugs.gentoo.org/776307
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild 
b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
index b075e93816d..06769da466c 100644
--- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
@@ -9,6 +9,7 @@ MY_P=${PN}-${MY_PV}
 DESCRIPTION="System for writing extensible parsers for programming languages"
 HOMEPAGE="https://github.com/camlp4/camlp4";
 SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P/_p/-}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
@@ -20,8 +21,12 @@ RDEPEND="${DEPEND}"
 DEPEND="${DEPEND}
        dev-ml/ocamlbuild"
 
-S=${WORKDIR}/${P/_p/-}
-PATCHES=( "${FILESDIR}/reload.patch" "${FILESDIR}/oc409.patch" )
+QA_FLAGS_IGNORED='.*'
+
+PATCHES=(
+       "${FILESDIR}/reload.patch"
+       "${FILESDIR}/oc409.patch"
+)
 
 src_configure() {
        ./configure \

Reply via email to