Diff p7zip-17.05-r1 with a p7zip-17.05-r2

/usr/portage/app-arch/p7zip/p7zip-17.05-r2.ebuild 2025-02-03 17:39:32.278664957 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="LGPL-2.1 rar? ( unRAR )"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
14
KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
15 15
IUSE="abi_x86_x32 natspec +pch rar test"
16 16

  
17 17
REQUIRED_USE="test? ( rar )" # bug 907221
......
32 32
	if use natspec; then
33 33
		eapply "${FILESDIR}"/${P}-natspec.patch
34 34
		sed -i '/^LOCAL_LIBS/s/$/ -lnatspec/' makefile.* || die
35
	fi
35
	else
36
    eapply "${FILESDIR}/${P}-localization.patch"
37
  fi
36 38

  
37 39
	if ! use pch; then
38 40
		sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die
Thank you!