projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc15876
)
net-wireless/blueman: Drop obsolete python_fix_shebang in -9999
author
Michał Górny
<mgorny@gentoo.org>
Tue, 7 May 2019 12:48:23 +0000
(14:48 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/net-wireless/blueman/blueman-9999.ebuild
b/net-wireless/blueman/blueman-9999.ebuild
index ad2b72c927237b43ba6ec22b4189a4af21688e56..e3a5b438e79c8598d2794da435a85f3fdf287966 100644
(file)
--- 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
}