diff options
Diffstat (limited to 'eclass/findlib.eclass')
-rw-r--r-- | eclass/findlib.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index aedcc6fad008..8fc5fd625a17 100644 --- a/eclass/findlib.eclass +++ b/eclass/findlib.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: findlib.eclass @@ -16,10 +16,6 @@ DEPEND=">=dev-ml/findlib-1.0.4-r1" [[ ${FINDLIB_USE} ]] && DEPEND="${FINDLIB_USE}? ( ${DEPEND} )" -# @FUNCTION: check_ocamlfind -# @DESCRIPTION: -# Please document me - check_ocamlfind() { if [ ! -x "${EPREFIX}"/usr/bin/ocamlfind ] then |