Diff pax-utils-1.3.5 with a pax-utils-1.3.7
/usr/portage/app-misc/pax-utils/pax-utils-1.3.7.ebuild 2023-10-09 14:52:28.812368333 +0300 | ||
---|---|---|
17 | 17 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pax-utils.git" |
18 | 18 |
inherit git-r3 |
19 | 19 |
else |
20 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz |
|
21 |
https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" |
|
22 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
20 |
SRC_URI=" |
|
21 |
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz |
|
22 |
https://dev.gentoo.org/~vapier/dist/${P}.tar.xz |
|
23 |
" |
|
24 |
KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
23 | 25 |
fi |
24 | 26 | |
25 | 27 |
LICENSE="GPL-2" |
26 | 28 |
SLOT="0" |
27 |
IUSE="caps +man python seccomp test" |
|
29 |
IUSE="caps man python seccomp test" |
|
30 |
REQUIRED_USE=" |
|
31 |
python? ( ${PYTHON_REQUIRED_USE} ) |
|
32 |
test? ( python ) |
|
33 |
" |
|
34 |
RESTRICT="!test? ( test )" |
|
28 | 35 | |
29 |
_PYTHON_DEPS=" |
|
36 |
MY_PYTHON_DEPS=" |
|
30 | 37 |
${PYTHON_DEPS} |
31 | 38 |
$(python_gen_cond_dep ' |
32 | 39 |
dev-python/pyelftools[${PYTHON_USEDEP}] |
33 | 40 |
') |
34 | 41 |
" |
35 | ||
36 |
RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) |
|
37 |
python? ( ${_PYTHON_DEPS} ) |
|
42 |
RDEPEND=" |
|
43 |
caps? ( >=sys-libs/libcap-2.24 ) |
|
44 |
python? ( ${MY_PYTHON_DEPS} ) |
|
38 | 45 |
" |
39 | 46 |
DEPEND="${RDEPEND}" |
40 | 47 |
BDEPEND=" |
41 | 48 |
caps? ( virtual/pkgconfig ) |
42 | 49 |
man? ( app-text/xmlto ) |
43 | ||
44 |
python? ( ${_PYTHON_DEPS} ) |
|
50 |
python? ( ${MY_PYTHON_DEPS} ) |
|
45 | 51 |
" |
46 |
REQUIRED_USE=" |
|
47 |
python? ( ${PYTHON_REQUIRED_USE} ) |
|
48 |
test? ( python ) |
|
49 |
" |
|
50 |
RESTRICT=" |
|
51 |
!test? ( test ) |
|
52 |
" |
|
53 | ||
54 |
PATCHES=( |
|
55 |
"${FILESDIR}/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch" |
|
56 |
) |
|
57 | 52 | |
58 | 53 |
pkg_setup() { |
59 | 54 |
if use test || use python; then |