media-radio/svxlink: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:35:34 +0000 (19:35 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 02:47:17 +0000 (19:47 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

media-radio/svxlink/svxlink-15.11.ebuild

index 1ef133a65bb1e73b46540e50650c663aea36d634..de0def111eaa12335d482511897807b9ec0becb5 100644 (file)
@@ -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
 }