commit: 4d743d91ee136f8a5ef995e61921fd84cfd82fbc Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 5 10:48:34 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 10:52:56 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d743d91
net-dns/libidn: Use branding.eclass Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> net-dns/libidn/libidn-1.43.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-dns/libidn/libidn-1.43.ebuild b/net-dns/libidn/libidn-1.43.ebuild index bfe2e4c130ef..375016e9cfad 100644 --- a/net-dns/libidn/libidn-1.43.ebuild +++ b/net-dns/libidn/libidn-1.43.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/libidn.asc -inherit elisp-common libtool multilib-minimal verify-sig +inherit branding elisp-common libtool multilib-minimal verify-sig DESCRIPTION="Internationalized Domain Names (IDN) implementation" HOMEPAGE="https://www.gnu.org/software/libidn/" @@ -57,9 +57,6 @@ multilib_src_configure() { --disable-java --disable-valgrind-tests --with-lispdir="${EPREFIX}${SITELISP}/${PN}" - --with-packager-bug-reports="https://bugs.gentoo.org" - --with-packager-version="r${PR}" - --with-packager="Gentoo Linux" ) ECONF_SOURCE="${S}" econf "${args[@]}"
