diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 17:12:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:53:44 +0100 |
commit | 15978fd1cde6c0813ec1dd6b7597e72589c35f30 (patch) | |
tree | 9926b6fb6f93290df02846ff9e4fe34b1eacad91 /net-im | |
parent | x11-libs/gtkdatabox: drop static-libs (diff) | |
download | gentoo-15978fd1cde6c0813ec1dd6b7597e72589c35f30.tar.gz gentoo-15978fd1cde6c0813ec1dd6b7597e72589c35f30.tar.bz2 gentoo-15978fd1cde6c0813ec1dd6b7597e72589c35f30.zip |
net-im/pidgin: fix (comment) typo
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.1.ebuild | 2 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin/pidgin-2.14.1.ebuild b/net-im/pidgin/pidgin-2.14.1.ebuild index 41fc4c911c96..f90cd8e94cd7 100644 --- a/net-im/pidgin/pidgin-2.14.1.ebuild +++ b/net-im/pidgin/pidgin-2.14.1.ebuild @@ -247,7 +247,7 @@ src_install() { if use gtk ; then # Fix tray paths for e16 (x11-wm/enlightenment) and other - # implementations that are not complient with new hicolor theme yet, #323355 + # implementations that are not compliant with new hicolor theme yet, #323355 local pixmapdir for d in 16 22 32 48; do pixmapdir=${ED}/usr/share/pixmaps/pidgin/tray/hicolor/${d}x${d}/actions diff --git a/net-im/pidgin/pidgin-2.14.2.ebuild b/net-im/pidgin/pidgin-2.14.2.ebuild index 6a72b74271cd..4f3358fca714 100644 --- a/net-im/pidgin/pidgin-2.14.2.ebuild +++ b/net-im/pidgin/pidgin-2.14.2.ebuild @@ -247,7 +247,7 @@ src_install() { if use gtk ; then # Fix tray paths for e16 (x11-wm/enlightenment) and other - # implementations that are not complient with new hicolor theme yet, #323355 + # implementations that are not compliant with new hicolor theme yet, #323355 local d f pixmapdir for d in 16 22 32 48 ; do pixmapdir="${ED}/usr/share/pixmaps/pidgin/tray/hicolor/${d}x${d}/actions" |