diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:09 +0100 |
commit | 831812c9c48b8d57fe220065be4658ff0e441400 (patch) | |
tree | f435eeae94e21615c8dc25356ace5b65102f04d7 /sys-apps | |
parent | net-vpn/openvpn: remove userland_BSD (diff) | |
download | gentoo-831812c9c48b8d57fe220065be4658ff0e441400.tar.gz gentoo-831812c9c48b8d57fe220065be4658ff0e441400.tar.bz2 gentoo-831812c9c48b8d57fe220065be4658ff0e441400.zip |
sys-apps/findutils: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/findutils/findutils-4.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 |