commit: e6fee67021e85057bc2e37c86ef48c525805df83 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Sat Jun 24 19:21:49 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Sat Jun 24 19:21:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6fee670
www-apps/pleroma: Reduce line length of imagemagic optfeature Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> www-apps/pleroma/pleroma-2.5.2.ebuild | 2 +- www-apps/pleroma/pleroma-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/pleroma/pleroma-2.5.2.ebuild b/www-apps/pleroma/pleroma-2.5.2.ebuild index 1109a32ce..44fcc932c 100644 --- a/www-apps/pleroma/pleroma-2.5.2.ebuild +++ b/www-apps/pleroma/pleroma-2.5.2.ebuild @@ -102,7 +102,7 @@ src_install() { } pkg_postinst() { - optfeature "For Pleroma.Upload.Filters.{Mogrify,Mogrifun} and still image support in Media Preview Proxy" media-gfx/imagemagick + optfeature "For Pleroma.Upload.Filters.{Mogrify,Mogrifun} & images in previews" media-gfx/imagemagick optfeature "For video support in Media Preview Proxy" media-video/ffmpeg optfeature "For Pleroma.Upload.Filters.Exiftool.* filters" media-libs/exiftool } diff --git a/www-apps/pleroma/pleroma-9999.ebuild b/www-apps/pleroma/pleroma-9999.ebuild index 1109a32ce..44fcc932c 100644 --- a/www-apps/pleroma/pleroma-9999.ebuild +++ b/www-apps/pleroma/pleroma-9999.ebuild @@ -102,7 +102,7 @@ src_install() { } pkg_postinst() { - optfeature "For Pleroma.Upload.Filters.{Mogrify,Mogrifun} and still image support in Media Preview Proxy" media-gfx/imagemagick + optfeature "For Pleroma.Upload.Filters.{Mogrify,Mogrifun} & images in previews" media-gfx/imagemagick optfeature "For video support in Media Preview Proxy" media-video/ffmpeg optfeature "For Pleroma.Upload.Filters.Exiftool.* filters" media-libs/exiftool }