commit: bdacfba49ff0db040b35027ff7201237e016dd4c Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 5 10:49:11 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 10:53:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdacfba4
sys-apps/diffutils: Use branding.eclass Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> sys-apps/diffutils/diffutils-3.12.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys-apps/diffutils/diffutils-3.12.ebuild b/sys-apps/diffutils/diffutils-3.12.ebuild index bf2acdd138ee..0a0437872bc8 100644 --- a/sys-apps/diffutils/diffutils-3.12.ebuild +++ b/sys-apps/diffutils/diffutils-3.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/diffutils.asc -inherit verify-sig +inherit branding verify-sig DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" @@ -52,9 +52,6 @@ src_configure() { local myeconfargs=( # Interferes with F_S (sets F_S=2) --disable-gcc-warnings - --with-packager="Gentoo" - --with-packager-version="${PVR}" - --with-packager-bug-reports="https://bugs.gentoo.org/" $(use_enable nls) ) econf "${myeconfargs[@]}"
