summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-25 22:33:05 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-25 22:33:21 +0100
commitfeb94452ace6bf1210d938aabfed45e118971f65 (patch)
tree8290dbc54937edc445cac6bcd6675a29c0682530 /dev-ml/camldbm
parentmedia-libs/plib: provide shared libs (diff)
downloadgentoo-feb94452ace6bf1210d938aabfed45e118971f65.tar.gz
gentoo-feb94452ace6bf1210d938aabfed45e118971f65.tar.bz2
gentoo-feb94452ace6bf1210d938aabfed45e118971f65.zip
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 <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/camldbm')
-rw-r--r--dev-ml/camldbm/camldbm-1.2.ebuild7
-rw-r--r--dev-ml/camldbm/metadata.xml5
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 4bae2351d3f3..4b6ad3aee3d6 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 6f49eba8f496..9f27ba42c7de 100644
--- a/dev-ml/camldbm/metadata.xml
+++ b/dev-ml/camldbm/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
</pkgmetadata>