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 9EC3A1382C5 for ; Sat, 13 Jun 2020 19:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5477E0BC6; Sat, 13 Jun 2020 19:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A54EE0BC6 for ; Sat, 13 Jun 2020 19:20:42 +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 398DA34EFD0 for ; Sat, 13 Jun 2020 19:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB6A2296 for ; Sat, 13 Jun 2020 19:20:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1592076024.39d7a109d6b5ce1fb4485af40a2f9381fdb3cc46.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 39d7a109d6b5ce1fb4485af40a2f9381fdb3cc46 X-VCS-Branch: master Date: Sat, 13 Jun 2020 19:20:31 +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: b2fad015-47cf-4332-a28d-e87b52a76846 X-Archives-Hash: 7c8cc0a1eaa37a756fe81acb74ad693c commit: 39d7a109d6b5ce1fb4485af40a2f9381fdb3cc46 Author: Mike Gilbert gentoo org> AuthorDate: Sat Jun 13 19:20:24 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 13 19:20:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d7a109 dev-ml/seq: fix QA_FLAGS_IGNORED syntax Signed-off-by: Mike Gilbert gentoo.org> dev-ml/seq/seq-0.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-ml/seq/seq-0.1.ebuild b/dev-ml/seq/seq-0.1.ebuild index b1db2933a4c..762164f2f36 100644 --- a/dev-ml/seq/seq-0.1.ebuild +++ b/dev-ml/seq/seq-0.1.ebuild @@ -20,9 +20,7 @@ BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) -QA_FLAGS_IGNORED=( - /usr/lib*/ocaml/seq/seq.cmxs -) +QA_FLAGS_IGNORED="usr/lib*/ocaml/seq/seq.cmxs" src_prepare() { default