commit: cd3e8137e6a88e3c6d7b50d0245679e18a9290a2
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 10:06:18 2026 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 5 10:06:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3e8137
mail-client/mutt-2.2.16: use branding eclass
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
mail-client/mutt/mutt-2.2.16.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/mutt-2.2.16.ebuild
b/mail-client/mutt/mutt-2.2.16.ebuild
index 8281c15134be..9851c13967d7 100644
--- a/mail-client/mutt/mutt-2.2.16.ebuild
+++ b/mail-client/mutt/mutt-2.2.16.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 autotools
+inherit autotools branding
PATCHREV="r0"
PATCHSET="gentoo-${PVR}/${PATCHREV}"
@@ -91,7 +91,7 @@ src_prepare() {
done
# add some explanation as to why not to go upstream
sed -i \
- -e '/ReachingUs = N_(/aThis release of Mutt is heavily
enriched with patches.\\nFor this reason, any bugs are better reported at
https://bugs.gentoo.org/\\nor re-emerge with USE=vanilla and try to reproduce
your problem.\\n\\' \
+ -e '/ReachingUs = N_(/aThis release of Mutt is heavily
enriched with patches.\\nFor this reason, any bugs are better reported at
'"${BRANDING_OS_BUG_REPORT_URL}"'\\nor re-emerge with USE=vanilla and try to
reproduce your problem.\\n\\' \
main.c || die "Failed to add bug instructions"
fi