diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:22:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:36 +0100 |
commit | c6f89c6a49390b006d3bac065302849da4c5fad8 (patch) | |
tree | 92e0c41546affc2a99e40652c2a8245ee9056dc1 /app-arch/lha | |
parent | app-arch/arj: drop dead prefix targets (diff) | |
download | gentoo-c6f89c6a49390b006d3bac065302849da4c5fad8.tar.gz gentoo-c6f89c6a49390b006d3bac065302849da4c5fad8.tar.bz2 gentoo-c6f89c6a49390b006d3bac065302849da4c5fad8.zip |
app-arch/lha: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/lha-114i_p20201004.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
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 |