diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:33 +0100 |
commit | d79eda681161cc4de3e8f332688240c143f3fe49 (patch) | |
tree | 96ddd647f9216dbfee2dc74570d562f115ed71f6 /app-arch/libarchive | |
parent | sys-cluster/kube-scheduler: 1.22.5 bump (diff) | |
download | gentoo-d79eda681161cc4de3e8f332688240c143f3fe49.tar.gz gentoo-d79eda681161cc4de3e8f332688240c143f3fe49.tar.bz2 gentoo-d79eda681161cc4de3e8f332688240c143f3fe49.zip |
app-arch/libarchive: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r-- | app-arch/libarchive/libarchive-3.5.2.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/app-arch/libarchive/libarchive-3.5.2.ebuild b/app-arch/libarchive/libarchive-3.5.2.ebuild index 4693ba4bc318..a28809430238 100644 --- a/app-arch/libarchive/libarchive-3.5.2.ebuild +++ b/app-arch/libarchive/libarchive-3.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -112,16 +112,6 @@ multilib_src_test() { multilib_src_install() { if multilib_is_native_abi ; then emake DESTDIR="${D}" install - - # Create symlinks for FreeBSD - if ! use prefix && [[ ${CHOST} == *-freebsd* ]]; then - # Exclude cat for the time being #589876 - for bin in cpio tar; do - dosym bsd${bin} /usr/bin/${bin} - echo '.so bsd${bin}.1' > "${T}"/${bin}.1 - doman "${T}"/${bin}.1 - done - fi else local install_targets=( install-includeHEADERS |