Diff tarsnap-1.0.40 with a tarsnap-1.0.40-r2
/usr/portage/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild 2023-10-09 14:52:28.204368318 +0300 | ||
---|---|---|
12 | 12 | |
13 | 13 |
LICENSE="tarsnap" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~x86" |
|
15 |
KEYWORDS="amd64 x86" |
|
16 | 16 |
IUSE="acl bzip2 lzma xattr" |
17 | 17 | |
18 | 18 |
RDEPEND=" |
19 |
app-arch/bzip2 |
|
19 | 20 |
dev-libs/openssl:= |
20 | 21 |
sys-fs/e2fsprogs |
21 | 22 |
sys-libs/zlib |
22 | 23 |
acl? ( sys-apps/acl ) |
23 |
bzip2? ( app-arch/bzip2 ) |
|
24 | 24 |
lzma? ( app-arch/xz-utils ) |
25 | 25 |
xattr? ( sys-apps/attr ) |
26 | 26 |
" |
... | ... | |
32 | 32 | |
33 | 33 |
PATCHES=( |
34 | 34 |
"${FILESDIR}"/${PN}-1.0.39-respect-AR.patch |
35 |
"${FILESDIR}"/${P}-strict-aliasing-fix.patch |
|
35 | 36 |
) |
36 | 37 | |
37 | 38 |
src_configure() { |
38 | 39 |
local myeconfargs=( |
39 | 40 |
$(use_enable xattr) |
40 | 41 |
$(use_enable acl) |
41 |
$(use_with bzip2 bz2lib) |
|
42 |
# The bundled libarchive (ancient copy) always builds |
|
43 |
# the bzip2 bits. |
|
44 |
--with-bz2lib |
|
42 | 45 |
--without-lzmadec |
43 | 46 |
$(use_with lzma) |
44 | 47 |
) |