commit:     831812c9c48b8d57fe220065be4658ff0e441400
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 09:07:09 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 09:07:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831812c9

sys-apps/findutils: remove userland_GNU

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/findutils/findutils-4.8.0-r1.ebuild | 4 +---
 sys-apps/findutils/findutils-4.8.0.ebuild    | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/sys-apps/findutils/findutils-4.8.0-r1.ebuild 
b/sys-apps/findutils/findutils-4.8.0-r1.ebuild
index 31a03c348924..6d35f0a1ca08 100644
--- a/sys-apps/findutils/findutils-4.8.0-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0-r1.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"
@@ -56,12 +56,10 @@ src_configure() {
                append-cppflags '-D__nonnull\(X\)='
        fi
 
-       program_prefix=$(usex userland_GNU '' g)
        local myeconfargs=(
                --with-packager="Gentoo"
                --with-packager-version="${PVR}"
                --with-packager-bug-reports="https://bugs.gentoo.org/";
-               --program-prefix=${program_prefix}
                $(use_enable nls)
                $(use_with selinux)
                --libexecdir='$(libdir)'/find

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 9e47fcc65275..b4570b8b0f65 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.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
@@ -53,12 +53,10 @@ src_configure() {
                append-cppflags '-D__nonnull\(X\)='
        fi
 
-       program_prefix=$(usex userland_GNU '' g)
        local myeconfargs=(
                --with-packager="Gentoo"
                --with-packager-version="${PVR}"
                --with-packager-bug-reports="https://bugs.gentoo.org/";
-               --program-prefix=${program_prefix}
                $(use_enable nls)
                $(use_with selinux)
                --libexecdir='$(libdir)'/find

Reply via email to