mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user