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 1BAC11382C5 for ; Wed, 13 May 2020 08:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BCDCE0ABD; Wed, 13 May 2020 08:21:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E57F7E0ABD for ; Wed, 13 May 2020 08:21:09 +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 36A3A3504E3 for ; Wed, 13 May 2020 08:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD961A3 for ; Wed, 13 May 2020 08:21:05 +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: <1589358045.a1b2930390f5dce968c143ab8cfc93c8062dda1e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geneweb/geneweb-6.08.01.ebuild X-VCS-Directories: app-misc/geneweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a1b2930390f5dce968c143ab8cfc93c8062dda1e X-VCS-Branch: master Date: Wed, 13 May 2020 08:21:05 +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: a94f2844-0b49-46eb-bab1-3d43445b77e9 X-Archives-Hash: 6465e17c301c4aa6ff79020b166cd272 commit: a1b2930390f5dce968c143ab8cfc93c8062dda1e Author: Alfredo Tupone gentoo org> AuthorDate: Wed May 13 08:20:45 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 13 08:20:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b29303 app-misc/geneweb: fix CFLAGS QA warning Closes: https://bugs.gentoo.org/722398 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone gentoo.org> app-misc/geneweb/geneweb-6.08.01.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app-misc/geneweb/geneweb-6.08.01.ebuild b/app-misc/geneweb/geneweb-6.08.01.ebuild index d3f5624aba4..42101ffcab7 100644 --- a/app-misc/geneweb/geneweb-6.08.01.ebuild +++ b/app-misc/geneweb/geneweb-6.08.01.ebuild @@ -22,6 +22,22 @@ RDEPEND="dev-lang/ocaml[ocamlopt?] acct-group/geneweb" DEPEND="${RDEPEND}" +QA_FLAGS_IGNORED=( + /usr/bin/gwb2ged + /usr/bin/update_nldb + /usr/bin/consang + /usr/bin/gwd + /usr/bin/gwsetup + /usr/bin/ged2gwb2 + /usr/bin/gwc + /usr/bin/ged2gwb + /usr/bin/check_base + /usr/bin/gwu + /usr/bin/gwc1 + /usr/bin/gwc2 + /usr/lib/geneweb/gwtp +) + PATCHES=( "${FILESDIR}"/${P}-gentoo.patch "${FILESDIR}"/${PN}-6.08-parallellbuild.patch )