commit: d538b3a197c64fa9c071ebd9464b7d719f479efd Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 5 10:48:45 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 10:52:57 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d538b3a1
net-misc/gsasl: Use branding.eclass Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> net-misc/gsasl/gsasl-2.2.2-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net-misc/gsasl/gsasl-2.2.2-r1.ebuild b/net-misc/gsasl/gsasl-2.2.2-r1.ebuild index a86bdec0847f..38210c9615f0 100644 --- a/net-misc/gsasl/gsasl-2.2.2-r1.ebuild +++ b/net-misc/gsasl/gsasl-2.2.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit branding multilib-minimal DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="https://www.gnu.org/software/gsasl/" @@ -55,10 +55,6 @@ multilib_src_configure() { --disable-valgrind-tests --disable-rpath - --with-packager="Gentoo Linux" - --with-packager-bug-reports="https://bugs.gentoo.org" - --with-packager-version="r${PR}" - # Even with multilib we need at least one of these enabled # so rely on REQUIRED_USE to enforce that and purge the non-native # bins in multilib_src_install
