diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:10 +0100 |
commit | f1e26e8e9a09333df24228a2197bb5dd648f9b01 (patch) | |
tree | cc9eb048c6549108b406a266cb31f101c2e838ad /app-arch | |
parent | app-arch/libarchive: remove implicit kernel_linux (diff) | |
download | gentoo-f1e26e8e9a09333df24228a2197bb5dd648f9b01.tar.gz gentoo-f1e26e8e9a09333df24228a2197bb5dd648f9b01.tar.bz2 gentoo-f1e26e8e9a09333df24228a2197bb5dd648f9b01.zip |
app-arch/xar: remove implicit kernel_Darwin
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xar/xar-1.8-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/xar/xar-1.8-r2.ebuild b/app-arch/xar/xar-1.8-r2.ebuild index 264e285e6be8..491ef1934f88 100644 --- a/app-arch/xar/xar-1.8-r2.ebuild +++ b/app-arch/xar/xar-1.8-r2.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=6 @@ -12,7 +12,6 @@ SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="kernel_Darwin" RDEPEND=" elibc_musl? ( sys-libs/fts-standalone ) |