diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-04-29 19:03:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 22:17:03 +0000 |
commit | a5b42983143e3d797fb0b537e330896becc06042 (patch) | |
tree | 64899df6c1099d1232e1723a14ab5a8a66745aef /dev-ml/camlp4 | |
parent | app-misc/cdctl: Respect CFLAGS, fix tc-directly (diff) | |
download | gentoo-a5b42983143e3d797fb0b537e330896becc06042.tar.gz gentoo-a5b42983143e3d797fb0b537e330896becc06042.tar.bz2 gentoo-a5b42983143e3d797fb0b537e330896becc06042.zip |
dev-ml/camlp4: Add QA_FLAGS_IGNORED to 4.08_p1
Closes: https://bugs.gentoo.org/776307
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/camlp4')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.08_p1.ebuild | 9 |
1 files 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 b075e93816d4..06769da466cf 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 \ |