summaryrefslogtreecommitdiff
path: root/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild
index 412d486c3314..b59bbeb5ee65 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild
@@ -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 )