From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C4D01382C5 for ; Sat, 13 Jun 2020 18:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C578E0BCD; Sat, 13 Jun 2020 18:12:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0400BE0BCD for ; Sat, 13 Jun 2020 18:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 596E034F169 for ; Sat, 13 Jun 2020 18:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51970242 for ; Sat, 13 Jun 2020 18:12:16 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1592071916.bf598286f4634486c6384ebed4ff101df986ced6.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/seq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/seq/seq-0.1.ebuild X-VCS-Directories: dev-ml/seq/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bf598286f4634486c6384ebed4ff101df986ced6 X-VCS-Branch: master Date: Sat, 13 Jun 2020 18:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7adc8fff-d375-4b63-a0a7-a2bcb6fbaece X-Archives-Hash: 3e2d3ed6dbdd4589c386037872a7d583 commit: bf598286f4634486c6384ebed4ff101df986ced6 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jun 13 18:11:56 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jun 13 18:11:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf598286 dev-ml/seq: remove CFLAGS QA warning Closes: https://bugs.gentoo.org/728042 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/seq/seq-0.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-ml/seq/seq-0.1.ebuild b/dev-ml/seq/seq-0.1.ebuild index 36b44f74c5a..b1db2933a4c 100644 --- a/dev-ml/seq/seq-0.1.ebuild +++ b/dev-ml/seq/seq-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,10 @@ BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) +QA_FLAGS_IGNORED=( + /usr/lib*/ocaml/seq/seq.cmxs +) + src_prepare() { default sed -i \