Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/
Date: Thu, 06 Jan 2022 09:07:41
Message-Id: 1641460029.831812c9c48b8d57fe220065be4658ff0e441400.soap@gentoo
1 commit: 831812c9c48b8d57fe220065be4658ff0e441400
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:09 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831812c9
7
8 sys-apps/findutils: remove userland_GNU
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/findutils/findutils-4.8.0-r1.ebuild | 4 +---
13 sys-apps/findutils/findutils-4.8.0.ebuild | 4 +---
14 2 files changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-apps/findutils/findutils-4.8.0-r1.ebuild b/sys-apps/findutils/findutils-4.8.0-r1.ebuild
17 index 31a03c348924..6d35f0a1ca08 100644
18 --- a/sys-apps/findutils/findutils-4.8.0-r1.ebuild
19 +++ b/sys-apps/findutils/findutils-4.8.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -56,12 +56,10 @@ src_configure() {
27 append-cppflags '-D__nonnull\(X\)='
28 fi
29
30 - program_prefix=$(usex userland_GNU '' g)
31 local myeconfargs=(
32 --with-packager="Gentoo"
33 --with-packager-version="${PVR}"
34 --with-packager-bug-reports="https://bugs.gentoo.org/"
35 - --program-prefix=${program_prefix}
36 $(use_enable nls)
37 $(use_with selinux)
38 --libexecdir='$(libdir)'/find
39
40 diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild b/sys-apps/findutils/findutils-4.8.0.ebuild
41 index 9e47fcc65275..b4570b8b0f65 100644
42 --- a/sys-apps/findutils/findutils-4.8.0.ebuild
43 +++ b/sys-apps/findutils/findutils-4.8.0.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -53,12 +53,10 @@ src_configure() {
51 append-cppflags '-D__nonnull\(X\)='
52 fi
53
54 - program_prefix=$(usex userland_GNU '' g)
55 local myeconfargs=(
56 --with-packager="Gentoo"
57 --with-packager-version="${PVR}"
58 --with-packager-bug-reports="https://bugs.gentoo.org/"
59 - --program-prefix=${program_prefix}
60 $(use_enable nls)
61 $(use_with selinux)
62 --libexecdir='$(libdir)'/find