media-radio/tqsl: use cmake-utils src_prepare
authorRichard Freeman <rich0@gentoo.org>
Fri, 23 Mar 2018 17:30:24 +0000 (13:30 -0400)
committerRichard Freeman <rich0@gentoo.org>
Fri, 23 Mar 2018 17:30:24 +0000 (13:30 -0400)
Closes: https://bugs.gentoo.org/651258
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-radio/tqsl/tqsl-2.3.1.ebuild

index 8321f32ece3286d3906ec394271fcac63b919e44..7562cb9ff5835356cfa7f3de654904cab7f1f6e4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,12 +27,8 @@ HTML_DOCS=( html )
 
 WX_GTK_VER=3.0
 
+PATCHES="${FILESDIR}/${PV}-suffix.patch"
+
 pkg_setup() {
        setup-wxwidgets
 }
-
-src_prepare() {
-# Fix syntax file in makefile
-       eapply_user
-       epatch "${FILESDIR}/${PV}-suffix.patch"
-}