mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-arch/xz-utils: cater to libarchive tar harder
Closes: https://bugs.gentoo.org/933200 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -116,10 +116,14 @@ multilib_src_compile() {
|
||||
if use pgo ; then
|
||||
emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" -k check
|
||||
|
||||
local tar_pgo_args=(
|
||||
--mtime=@2718281828
|
||||
)
|
||||
has_version -b "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
|
||||
local tar_pgo_args=()
|
||||
|
||||
if has_version -b "app-alternatives/tar[gnu]" ; then
|
||||
tar_pgo_args+=(
|
||||
--mtime=@2718281828
|
||||
--sort=name
|
||||
)
|
||||
fi
|
||||
|
||||
if multilib_is_native_abi ; then
|
||||
(
|
||||
|
||||
@@ -116,10 +116,14 @@ multilib_src_compile() {
|
||||
if use pgo ; then
|
||||
emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" -k check
|
||||
|
||||
local tar_pgo_args=(
|
||||
--mtime=@2718281828
|
||||
)
|
||||
has_version -b "app-alternatives/tar[gnu]" && tar_pgo_args+=( --sort=name )
|
||||
local tar_pgo_args=()
|
||||
|
||||
if has_version -b "app-alternatives/tar[gnu]" ; then
|
||||
tar_pgo_args+=(
|
||||
--mtime=@2718281828
|
||||
--sort=name
|
||||
)
|
||||
fi
|
||||
|
||||
if multilib_is_native_abi ; then
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user