diff options
author | Mart Raudsepp <leio@gentoo.org> | 2022-01-15 19:25:02 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2022-01-15 23:51:39 +0200 |
commit | 6b036dff795c235e165654200a43325f884fda0f (patch) | |
tree | ff64b4bf24fe2b0d1413dd65482c289ea8e12e63 /media-sound/gnome-music | |
parent | profiles: Mask dev-db/oracle-instantclient-* for removal (diff) | |
download | gentoo-6b036dff795c235e165654200a43325f884fda0f.tar.gz gentoo-6b036dff795c235e165654200a43325f884fda0f.tar.bz2 gentoo-6b036dff795c235e165654200a43325f884fda0f.zip |
media-sound/gnome-music: Drop unneeded sed call
Upstream has adapted this by now to only do any of it for its
local builds (local-music binary), so we don't need to sed as
it won't be ran from gnome-music binary.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/gnome-music-40.1.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-sound/gnome-music/gnome-music-40.1.1.ebuild b/media-sound/gnome-music/gnome-music-40.1.1.ebuild index 65ea2646249a..bd8c6981512a 100644 --- a/media-sound/gnome-music/gnome-music-40.1.1.ebuild +++ b/media-sound/gnome-music/gnome-music-40.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,11 +57,6 @@ pkg_setup() { python_setup } -src_prepare() { - sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed" - xdg_src_prepare -} - src_install() { meson_src_install python_fix_shebang "${D}"/usr/bin/gnome-music |