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 E16A81382C5 for ; Tue, 26 Jan 2021 17:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA14E0CBF; Tue, 26 Jan 2021 17:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CD7DCE0CBF for ; Tue, 26 Jan 2021 17:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A7386340FC2 for ; Tue, 26 Jan 2021 17:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 448DE32B for ; Tue, 26 Jan 2021 17:47:51 +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: <1611683259.7b849228e886e86fc0ba4c47f72e6813388640d5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlweb/metadata.xml dev-ml/ocamlweb/ocamlweb-1.41.ebuild X-VCS-Directories: dev-ml/ocamlweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7b849228e886e86fc0ba4c47f72e6813388640d5 X-VCS-Branch: master Date: Tue, 26 Jan 2021 17:47:51 +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: 83102aca-b3e2-42e7-850c-01e720840483 X-Archives-Hash: e6670d8400f379916c15d912e9009561 commit: 7b849228e886e86fc0ba4c47f72e6813388640d5 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 26 17:47:24 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 26 17:47:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b849228 dev-ml/ocamlweb: QA Flags ignored Closes: https://bugs.gentoo.org/748759 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocamlweb/metadata.xml | 4 ++++ dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocamlweb/metadata.xml b/dev-ml/ocamlweb/metadata.xml index a4f6be63adb..e24f3283a00 100644 --- a/dev-ml/ocamlweb/metadata.xml +++ b/dev-ml/ocamlweb/metadata.xml @@ -1,6 +1,10 @@ + + ml@gentoo.org + ML + gienah@gentoo.org Mark Wright diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild index 74561b53a6b..e8734f05f47 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,8 @@ PATCHES=( "${FILESDIR}/${PN}-1.41-ocaml-4.08.0.patch" ) +QA_FLAGS_IGNORED=/usr/bin/ocamlweb + src_compile() { emake }