diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 14:02:42 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 14:06:19 -0500 |
commit | aa6e02fbc6d33d73699760d86015035f685a8228 (patch) | |
tree | 4ed2c1c6b95cb4b367eacf9d811fefebe90de747 /sys-apps/file/file-9999.ebuild | |
parent | sys-apps/file: drop 5.40-r3 (diff) | |
download | gentoo-aa6e02fbc6d33d73699760d86015035f685a8228.tar.gz gentoo-aa6e02fbc6d33d73699760d86015035f685a8228.tar.bz2 gentoo-aa6e02fbc6d33d73699760d86015035f685a8228.zip |
sys-apps/file: use econf_build
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/file/file-9999.ebuild')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 9e1359cd588f..75f6a558ae52 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -74,7 +74,7 @@ build_src_configure() { --disable-xzlib --disable-zlib ) - tc-env_build econf "${myeconfargs[@]}" + econf_build "${myeconfargs[@]}" } need_build_file() { |