summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-14 15:56:04 +0000
committerSam James <sam@gentoo.org>2022-03-14 15:56:43 +0000
commit8b91b86f9b0536130e467ee5f52cc41c27dddc75 (patch)
tree477587c2e247138db3804de20e00e8910188fac0 /www-client
parentwww-client/seamonkey: minor style tweak for eapply (diff)
downloadgentoo-8b91b86f9b0536130e467ee5f52cc41c27dddc75.tar.gz
gentoo-8b91b86f9b0536130e467ee5f52cc41c27dddc75.tar.bz2
gentoo-8b91b86f9b0536130e467ee5f52cc41c27dddc75.zip
www-client/seamonkey: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/seamonkey-2.53.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.11.ebuild b/www-client/seamonkey/seamonkey-2.53.11.ebuild
index d1826e0d9c9f..f320a3cdd924 100644
--- a/www-client/seamonkey/seamonkey-2.53.11.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.11.ebuild
@@ -537,7 +537,7 @@ pkg_postinst() {
elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
elog "installing into new profiles:"
local plugin
- for plugin in "${GMP_PLUGIN_LIST[@]}"; do
+ for plugin in "${GMP_PLUGIN_LIST[@]}"; do
elog "\t ${plugin}" ;
done
fi