net-im/pidgin: Only run python_fix_shebang with USE="dbus"

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2021-07-27 11:24:00 +02:00
parent 1e3e7401f6
commit affdbe24a2
2 changed files with 2 additions and 2 deletions

View File

@@ -255,8 +255,8 @@ src_install() {
fi
use perl && perl_delete_localpod
use dbus && python_fix_shebang "${ED}"
if use python || use dbus ; then
python_fix_shebang "${ED}"
python_optimize
fi

View File

@@ -254,8 +254,8 @@ src_install() {
fi
use perl && perl_delete_localpod
use dbus && python_fix_shebang "${ED}"
if use python || use dbus ; then
python_fix_shebang "${ED}"
python_optimize
fi