diff options
-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" |