diff options
author | 2022-07-02 19:31:15 +0200 | |
---|---|---|
committer | 2022-07-02 19:31:15 +0200 | |
commit | a8862c57a8879232f04103a2449e8d6f6c3b5e1e (patch) | |
tree | 9d2a40855ec1e922b411a17ef3884a45007040e1 /eclass | |
parent | dev-libs/FBGEMM: filter-lto (diff) | |
download | gentoo-a8862c57a8879232f04103a2449e8d6f6c3b5e1e.tar.gz gentoo-a8862c57a8879232f04103a2449e8d6f6c3b5e1e.tar.bz2 gentoo-a8862c57a8879232f04103a2449e8d6f6c3b5e1e.zip |
findlib.eclass: remove unuseful EAPI version test
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/findlib.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index dae19d91c37d..52e3655b3e84 100644 --- a/eclass/findlib.eclass +++ b/eclass/findlib.eclass @@ -48,8 +48,6 @@ check_ocamlfind() { # We use the stublibs style, so no ld.conf needs to be # updated when a package installs C shared libraries. findlib_src_preinst() { - has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= - has "${EAPI:-0}" 0 1 2 && use !prefix && ED="${D}" check_ocamlfind # destdir is the ocaml sitelib |