From: David Seifert Date: Mon, 16 Oct 2017 02:35:34 +0000 (-0700) Subject: media-radio/svxlink: [QA] Add cmake-utils_src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=828e8b05940c414f1f40530451f7bd6e152427bb;p=gentoo.git media-radio/svxlink: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/media-radio/svxlink/svxlink-15.11.ebuild b/media-radio/svxlink/svxlink-15.11.ebuild index 1ef133a65bb1..de0def111eaa 100644 --- a/media-radio/svxlink/svxlink-15.11.ebuild +++ b/media-radio/svxlink/svxlink-15.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,6 +34,7 @@ pkg_setup() { } src_prepare() { + cmake-utils_src_prepare # drop deprecated desktop category (bug #475730) sed -i -e "s:Categories=Application;:Categories=:g" src/qtel/qtel.desktop || die }