From c6f89c6a49390b006d3bac065302849da4c5fad8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 May 2023 12:22:09 +0100 Subject: app-arch/lha: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James --- app-arch/lha/lha-114i_p20201004.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'app-arch/lha') diff --git a/app-arch/lha/lha-114i_p20201004.ebuild b/app-arch/lha/lha-114i_p20201004.ebuild index 88831bf85bd4..971bf526c523 100644 --- a/app-arch/lha/lha-114i_p20201004.ebuild +++ b/app-arch/lha/lha-114i_p20201004.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,15 +26,6 @@ src_prepare() { eautoreconf } -src_configure() { - if [[ ${CHOST} == *-interix* ]]; then - export ac_cv_header_inttypes_h=no - export ac_cv_func_iconv=no - fi - - default -} - src_install() { default dodoc olddoc/ChangeLog Hacking_of_LHa -- cgit v1.2.3-65-gdbad