projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aaf926
)
media-radio/tqsl: use cmake-utils src_prepare
author
Richard Freeman
<rich0@gentoo.org>
Fri, 23 Mar 2018 17:30:24 +0000
(13:30 -0400)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/media-radio/tqsl/tqsl-2.3.1.ebuild
b/media-radio/tqsl/tqsl-2.3.1.ebuild
index 8321f32ece3286d3906ec394271fcac63b919e44..7562cb9ff5835356cfa7f3de654904cab7f1f6e4 100644
(file)
--- a/
media-radio/tqsl/tqsl-2.3.1.ebuild
+++ b/
media-radio/tqsl/tqsl-2.3.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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"
-}