diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-23 19:13:37 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-23 19:13:37 +0100 |
commit | b621f163b9af5f8949f0ce1ce1bc13651562b3ff (patch) | |
tree | d2072d515e196aff290333a9be3ad1445f7d4268 /dev-lang/ocaml/ocaml-4.05.0-r8.ebuild | |
parent | www-client/chromium: security cleanup (diff) | |
download | gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.gz gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.bz2 gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.zip |
dev-lang/ocaml: respect CFLAGS
Closes: https://bugs.gentoo.org/719166
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.05.0-r8.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.05.0-r8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild index 4c2da17dac59..58ae1dde82d7 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,6 +30,8 @@ BDEPEND="${RDEPEND} PDEPEND="emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml )" +QA_FLAGS_IGNORED='/usr/lib.*/ocaml/raw_spacetime_lib.cmxs' + S="${WORKDIR}/${MY_P}" PATCHES=( |