commit:     8fe74b2c6ecad5e8dfe55a48d6a4ff9d490eaf67
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 04:51:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 04:55:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe74b2c

app-arch/xz-utils: drop obsolete libtool workaround

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/xz-utils/xz-utils-5.6.4.ebuild       | 4 ----
 app-arch/xz-utils/xz-utils-5.7.1_alpha.ebuild | 4 ----
 app-arch/xz-utils/xz-utils-9999.ebuild        | 6 +-----
 3 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/app-arch/xz-utils/xz-utils-5.6.4.ebuild 
b/app-arch/xz-utils/xz-utils-5.6.4.ebuild
index c27c74e7eeef..9ee03ab5b7df 100644
--- a/app-arch/xz-utils/xz-utils-5.6.4.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.6.4.ebuild
@@ -66,10 +66,6 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # Workaround for bug #934370 (libtool-2.5.0), drop when dist tarball
-       # uses newer libtool with the fix.
-       export ac_cv_prog_ac_ct_FILECMD='file' FILECMD='file'
-
        local myconf=(
                --enable-threads
                $(multilib_native_use_enable doc)

diff --git a/app-arch/xz-utils/xz-utils-5.7.1_alpha.ebuild 
b/app-arch/xz-utils/xz-utils-5.7.1_alpha.ebuild
index c27c74e7eeef..9ee03ab5b7df 100644
--- a/app-arch/xz-utils/xz-utils-5.7.1_alpha.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.7.1_alpha.ebuild
@@ -66,10 +66,6 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # Workaround for bug #934370 (libtool-2.5.0), drop when dist tarball
-       # uses newer libtool with the fix.
-       export ac_cv_prog_ac_ct_FILECMD='file' FILECMD='file'
-
        local myconf=(
                --enable-threads
                $(multilib_native_use_enable doc)

diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild 
b/app-arch/xz-utils/xz-utils-9999.ebuild
index 0a33785a8c4f..9ee03ab5b7df 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Remember: we cannot leverage autotools in this ebuild in order
@@ -66,10 +66,6 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # Workaround for bug #934370 (libtool-2.5.0), drop when dist tarball
-       # uses newer libtool with the fix.
-       export ac_cv_prog_ac_ct_FILECMD='file' FILECMD='file'
-
        local myconf=(
                --enable-threads
                $(multilib_native_use_enable doc)

Reply via email to