diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-09 11:45:08 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-09 11:45:58 +0200 |
commit | 791081b0990db975deb40dd76a99e94e9e111aab (patch) | |
tree | e969fcc0d2cbf96a39148792f0dda103cb8d6a7f /net-im | |
parent | app-metrics/blackbox_exporter: Drop broken versions (diff) | |
download | gentoo-791081b0990db975deb40dd76a99e94e9e111aab.tar.gz gentoo-791081b0990db975deb40dd76a99e94e9e111aab.tar.bz2 gentoo-791081b0990db975deb40dd76a99e94e9e111aab.zip |
net-im/pidgin: Revbump to fix a logic error in the ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.3-r1.ebuild (renamed from net-im/pidgin/pidgin-2.14.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.14.3.ebuild b/net-im/pidgin/pidgin-2.14.3-r1.ebuild index e1cb616174af..30f6ab348b4f 100644 --- a/net-im/pidgin/pidgin-2.14.3.ebuild +++ b/net-im/pidgin/pidgin-2.14.3-r1.ebuild @@ -262,7 +262,7 @@ src_install() { fi use perl && perl_delete_localpod - if use python && use dbus ; then + if use python || use dbus ; then python_fix_shebang "${ED}" python_optimize fi |