commit: 9b14d5e2b8e948641d44fa4aaa8d74c8d2660384 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 7 12:48:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 7 12:48:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b14d5e2
net-wireless/blueman: Drop obsolete python_fix_shebang in -9999 Upstream apparently fixed shebangs themselves, so stop attempting to fix them via ebuild. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-wireless/blueman/blueman-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index ad2b72c9272..e3a5b438e79 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -105,7 +105,6 @@ src_install() { doins "${FILESDIR}/01-org.blueman.rules" fi - python_fix_shebang "${D}" rm "${D}"/$(python_get_sitedir)/*.la || die }