commit: 67656883d19a134309236999482a8997a0db884f Author: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev> AuthorDate: Sat May 27 01:33:10 2023 +0000 Commit: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev> CommitDate: Sat May 27 01:33:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67656883
media-fonts/iosevka-nerdfont-3.0.1: Remove leading whitespace Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev> media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild index d805bb417..047c117ba 100644 --- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild +++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild @@ -17,9 +17,9 @@ S="${WORKDIR}" FONT_SUFFIX="ttf" pkg_postinst() { - ewarn "Upstream has recently made some major changes since version 3.0.0." - ewarn "The older Material Design Icon codepoints have been dropped." - ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." - ewarn "More information can be found here:" - ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0" + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0" }