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 B54801382C5 for ; Mon, 25 Jan 2021 21:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE7FCE09E1; Mon, 25 Jan 2021 21:33:33 +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 C46F6E09E1 for ; Mon, 25 Jan 2021 21:33:33 +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 D0AFF3411B3 for ; Mon, 25 Jan 2021 21:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184B8B9 for ; Mon, 25 Jan 2021 21:33:31 +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: <1611610401.feb94452ace6bf1210d938aabfed45e118971f65.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camldbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camldbm/camldbm-1.2.ebuild dev-ml/camldbm/metadata.xml X-VCS-Directories: dev-ml/camldbm/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: feb94452ace6bf1210d938aabfed45e118971f65 X-VCS-Branch: master Date: Mon, 25 Jan 2021 21:33: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: d5913b29-53a0-4de0-82ad-486e68d8ebe0 X-Archives-Hash: 0f78c65b1b499ea594c5c7d76f6e1b2e commit: feb94452ace6bf1210d938aabfed45e118971f65 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jan 25 21:33:05 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jan 25 21:33:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb94452 dev-ml/camldbm: ignore QA flags warning Close: https://bugs.gentoo.org/755209 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/camldbm/camldbm-1.2.ebuild | 7 ++++++- dev-ml/camldbm/metadata.xml | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-ml/camldbm/camldbm-1.2.ebuild b/dev-ml/camldbm/camldbm-1.2.ebuild index 4bae2351d3f..4b6ad3aee3d 100644 --- a/dev-ml/camldbm/camldbm-1.2.ebuild +++ b/dev-ml/camldbm/camldbm-1.2.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 @@ -16,6 +16,11 @@ DEPEND=">=sys-libs/gdbm-1.9.1-r2[berkdb] >=dev-lang/ocaml-3.12:=[ocamlopt]" RDEPEND="${DEPEND}" +QA_FLAGS_IGNORED=( + /usr/'lib.*'/ocaml/dbm.cmxs + /usr/'lib.*'/ocaml/stublibs/dllcamldbm.so +) + src_install() { dodir "$(ocamlc -where)/stublibs" # required and makefile does not create it emake LIBDIR="${D}/$(ocamlc -where)" install diff --git a/dev-ml/camldbm/metadata.xml b/dev-ml/camldbm/metadata.xml index 6f49eba8f49..9f27ba42c7d 100644 --- a/dev-ml/camldbm/metadata.xml +++ b/dev-ml/camldbm/metadata.xml @@ -1,5 +1,8 @@ - + + ml@gentoo.org + ML +