net-wireless/blueman: Drop obsolete python_fix_shebang in -9999
authorMichał Górny <mgorny@gentoo.org>
Tue, 7 May 2019 12:48:23 +0000 (14:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 7 May 2019 12:48:23 +0000 (14:48 +0200)
Upstream apparently fixed shebangs themselves, so stop attempting
to fix them via ebuild.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/blueman/blueman-9999.ebuild

index ad2b72c927237b43ba6ec22b4189a4af21688e56..e3a5b438e79c8598d2794da435a85f3fdf287966 100644 (file)
@@ -105,7 +105,6 @@ src_install() {
                doins "${FILESDIR}/01-org.blueman.rules"
        fi
 
-       python_fix_shebang "${D}"
        rm "${D}"/$(python_get_sitedir)/*.la || die
 }