diff options
author | Sam James <sam@gentoo.org> | 2023-08-07 05:19:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-07 05:19:23 +0100 |
commit | ffef672b1facc926fe2e45a3071361f154ca5fb6 (patch) | |
tree | c8aa8358eb578ae99037ef54a4e114596bc4fa21 /www-client/seamonkey | |
parent | www-client/seamonkey: Update to version 2.53.17. (diff) | |
download | gentoo-ffef672b1facc926fe2e45a3071361f154ca5fb6.tar.gz gentoo-ffef672b1facc926fe2e45a3071361f154ca5fb6.tar.bz2 gentoo-ffef672b1facc926fe2e45a3071361f154ca5fb6.zip |
www-client/seamonkey: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.17.ebuild b/www-client/seamonkey/seamonkey-2.53.17.ebuild index 55b449f0830c..289ac518a75a 100644 --- a/www-client/seamonkey/seamonkey-2.53.17.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.17.ebuild @@ -134,7 +134,7 @@ DEPEND="${COMMON_DEPEND} " QA_CONFIG_IMPL_DECL_SKIP=( - pthread_cond_timedwait_monotonic_np # Doesn't exist on Linux. Bug #905825 + pthread_cond_timedwait_monotonic_np # Doesn't exist on Linux. Bug #905825 ) # allow GMP_PLUGIN_LIST to be set in an eclass or |