Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Tue, 04 May 2021 22:18:00
Message-Id: 1620166623.a5b42983143e3d797fb0b537e330896becc06042.sam@gentoo
1 commit: a5b42983143e3d797fb0b537e330896becc06042
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Apr 29 18:03:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:17:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b42983
7
8 dev-ml/camlp4: Add QA_FLAGS_IGNORED to 4.08_p1
9
10 Closes: https://bugs.gentoo.org/776307
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 9 +++++++--
15 1 file changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
18 index b075e93816d..06769da466c 100644
19 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
20 +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
21 @@ -9,6 +9,7 @@ MY_P=${PN}-${MY_PV}
22 DESCRIPTION="System for writing extensible parsers for programming languages"
23 HOMEPAGE="https://github.com/camlp4/camlp4"
24 SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
25 +S="${WORKDIR}/${P/_p/-}"
26
27 LICENSE="LGPL-2-with-linking-exception"
28 SLOT="0/${PV}"
29 @@ -20,8 +21,12 @@ RDEPEND="${DEPEND}"
30 DEPEND="${DEPEND}
31 dev-ml/ocamlbuild"
32
33 -S=${WORKDIR}/${P/_p/-}
34 -PATCHES=( "${FILESDIR}/reload.patch" "${FILESDIR}/oc409.patch" )
35 +QA_FLAGS_IGNORED='.*'
36 +
37 +PATCHES=(
38 + "${FILESDIR}/reload.patch"
39 + "${FILESDIR}/oc409.patch"
40 +)
41
42 src_configure() {
43 ./configure \