diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:34 +0100 |
commit | 03c9a1f8fbee4d4acee33fee778b3d57cbac6bb0 (patch) | |
tree | 847c50269ffb068ce73e7d65937a1972d4ce39e4 /app-arch | |
parent | app-arch/libarchive: remove freebsd-libc (diff) | |
download | gentoo-03c9a1f8fbee4d4acee33fee778b3d57cbac6bb0.tar.gz gentoo-03c9a1f8fbee4d4acee33fee778b3d57cbac6bb0.tar.bz2 gentoo-03c9a1f8fbee4d4acee33fee778b3d57cbac6bb0.zip |
app-arch/xz-utils: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.2.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-arch/xz-utils/xz-utils-5.2.5-r1.ebuild b/app-arch/xz-utils/xz-utils-5.2.5-r1.ebuild index d628150b10fa..7a24ca8fbd0d 100644 --- a/app-arch/xz-utils/xz-utils-5.2.5-r1.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.5-r1.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 # Remember: we cannot leverage autotools in this ebuild in order @@ -27,7 +27,7 @@ HOMEPAGE="https://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+" SLOT="0" -IUSE="elibc_FreeBSD +extra-filters nls static-libs" +IUSE="+extra-filters nls static-libs" RDEPEND="!<app-arch/lzma-4.63 !<app-arch/p7zip-4.57 @@ -73,7 +73,6 @@ multilib_src_configure() { export gl_cv_posix_shell=${EPREFIX}/bin/sh fi - use elibc_FreeBSD && export ac_cv_header_sha256_h=no #545714 ECONF_SOURCE="${S}" econf "${myconf[@]}" } diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index ae5ec60bf348..0b2c2d879fb8 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.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 # Remember: we cannot leverage autotools in this ebuild in order @@ -27,7 +27,7 @@ HOMEPAGE="https://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+" SLOT="0" -IUSE="elibc_FreeBSD +extra-filters nls static-libs" +IUSE="+extra-filters nls static-libs" RDEPEND="!<app-arch/lzma-4.63 !<app-arch/p7zip-4.57 @@ -73,7 +73,6 @@ multilib_src_configure() { export gl_cv_posix_shell=${EPREFIX}/bin/sh fi - use elibc_FreeBSD && export ac_cv_header_sha256_h=no #545714 ECONF_SOURCE="${S}" econf "${myconf[@]}" } |