sys-fs/xfsprogs: Sync with Gentoo

It's from Gentoo commit b11c7460abd9916be76f8831466d5cc63bd079bf.
This commit is contained in:
Flatcar Buildbot 2024-01-29 07:15:55 +00:00 committed by Krzesimir Nowak
parent f7b90d29f0
commit a53ccc3b4e
3 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic systemd usr-ldscript
inherit flag-o-matic systemd usr-ldscript toolchain-funcs
DESCRIPTION="XFS filesystem utilities"
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
@ -75,7 +75,7 @@ src_configure() {
$(use_enable libedit editline)
)
if is-flagq -flto ; then
if tc-is-lto ; then
myconf+=( --enable-lto )
else
myconf+=( --disable-lto )

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic systemd usr-ldscript
inherit flag-o-matic systemd usr-ldscript toolchain-funcs
DESCRIPTION="XFS filesystem utilities"
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
@ -76,7 +76,7 @@ src_configure() {
$(use_enable libedit editline)
)
if is-flagq -flto ; then
if tc-is-lto ; then
myconf+=( --enable-lto )
else
myconf+=( --disable-lto )

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic systemd udev usr-ldscript
inherit flag-o-matic systemd udev usr-ldscript toolchain-funcs
DESCRIPTION="XFS filesystem utilities"
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
@ -77,7 +77,7 @@ src_configure() {
$(use_enable libedit editline)
)
if is-flagq -flto ; then
if tc-is-lto ; then
myconf+=( --enable-lto )
else
myconf+=( --disable-lto )