commit:     92e438122bbbdcb3eafb0b95b171dfc67cd8d6fa
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  5 10:49:15 2026 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jan  6 10:53:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e43812

sys-apps/findutils: Use branding.eclass

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-apps/findutils/findutils-4.10.0.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sys-apps/findutils/findutils-4.10.0.ebuild 
b/sys-apps/findutils/findutils-4.10.0.ebuild
index e356fa09d9d9..c74b8101ef7d 100644
--- a/sys-apps/findutils/findutils-4.10.0.ebuild
+++ b/sys-apps/findutils/findutils-4.10.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{11..13} )
 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/findutils.asc
-inherit flag-o-matic python-any-r1 verify-sig
+inherit branding flag-o-matic python-any-r1 verify-sig
 
 DESCRIPTION="GNU utilities for finding files"
 HOMEPAGE="https://www.gnu.org/software/findutils/";
@@ -64,9 +64,6 @@ src_configure() {
        fi
 
        local myeconfargs=(
-               --with-packager="Gentoo"
-               --with-packager-version="${PVR}"
-               --with-packager-bug-reports="https://bugs.gentoo.org/";
                $(use_enable nls)
                $(use_with selinux)
                --libexecdir='$(libdir)'/find

Reply via email to