# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit multilib eutils DESCRIPTION="OCaml tool to find/use non-standard packages" HOMEPAGE="http://projects.camlcity.org/projects/findlib.html" SRC_URI="http://download.camlcity.org/download/${P}.tar.gz" IUSE="doc +ocamlopt tk" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" # it does not compile with ocaml-4.09 (bug #708696) DEPEND=" ${ldconf} echo "${ocaml_stdlib}/stublibs" >> ${ldconf} fi if [ -z `grep -e ${stublibs} ${ldconf}` ] then echo ${stublibs} >> ${ldconf} fi } pkg_postinst() { check_stublibs }