diff options
author | Richard Freeman <rich0@gentoo.org> | 2018-03-23 13:30:24 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2018-03-23 13:30:24 -0400 |
commit | 37ad00c415647176034540c49556f969820f3957 (patch) | |
tree | 412a15d30ff6fdd4af23be4664c4f42b691dfb23 /media-radio/tqsl | |
parent | sys-apps/portage-mgorny: Bump to 2.3.24.2 (diff) | |
download | gentoo-37ad00c415647176034540c49556f969820f3957.tar.gz gentoo-37ad00c415647176034540c49556f969820f3957.tar.bz2 gentoo-37ad00c415647176034540c49556f969820f3957.zip |
media-radio/tqsl: use cmake-utils src_prepare
Closes: https://bugs.gentoo.org/651258
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-radio/tqsl')
-rw-r--r-- | media-radio/tqsl/tqsl-2.3.1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild index 8321f32ece32..7562cb9ff583 100644 --- a/media-radio/tqsl/tqsl-2.3.1.ebuild +++ b/media-radio/tqsl/tqsl-2.3.1.ebuild @@ -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" -} |