commit: 791081b0990db975deb40dd76a99e94e9e111aab
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 9 09:45:08 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Apr 9 09:45:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791081b0
net-im/pidgin: Revbump to fix a logic error in the ebuild
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-im/pidgin/{pidgin-2.14.3.ebuild => pidgin-2.14.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/pidgin/pidgin-2.14.3.ebuild
b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
similarity index 99%
rename from net-im/pidgin/pidgin-2.14.3.ebuild
rename to net-im/pidgin/pidgin-2.14.3-r1.ebuild
index e1cb616174a..30f6ab348b4 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