commit: 6b036dff795c235e165654200a43325f884fda0f
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 17:25:02 2022 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 21:51:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b036dff
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 <AT> gentoo.org>
media-sound/gnome-music/gnome-music-40.1.1.ebuild | 7 +------
1 file changed, 1 insertion(+), 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