# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 47581c38df2a3b29165b973647200761eaa12717 $ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tar.asc inherit branding check-reqs multiprocessing verify-sig DESCRIPTION="Use this to make tarballs :)" HOMEPAGE="https://www.gnu.org/software/tar/" SRC_URI=" mirror://gnu/tar/${P}.tar.xz https://alpha.gnu.org/gnu/tar/${P}.tar.xz verify-sig? ( mirror://gnu/tar/${P}.tar.xz.sig https://alpha.gnu.org/gnu/tar/${P}.tar.xz.sig ) " LICENSE="GPL-3+" SLOT="0" if [[ -z "$(ver_cut 3)" ]] || [[ "$(ver_cut 3)" -lt 90 ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi IUSE="acl minimal nls selinux test xattr" RESTRICT="!test? ( test )" RDEPEND=" !