diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2020-04-12 17:35:17 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2020-04-12 17:35:17 +0200 |
commit | 92dd380339eac1492a43989776cd5ff861d0e078 (patch) | |
tree | 553f4af0eaf250842cd1552a30c89768f8d95bc9 /media-radio/wsjtx/wsjtx-2.1.2.ebuild | |
parent | dev-python/setuptools_scm: Hard-block ancient versions (diff) | |
download | gentoo-92dd380339eac1492a43989776cd5ff861d0e078.tar.gz gentoo-92dd380339eac1492a43989776cd5ff861d0e078.tar.bz2 gentoo-92dd380339eac1492a43989776cd5ff861d0e078.zip |
media-radio/wsjtx: Fix build with QT_VERSION >= 5.14
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/wsjtx/wsjtx-2.1.2.ebuild')
-rw-r--r-- | media-radio/wsjtx/wsjtx-2.1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-radio/wsjtx/wsjtx-2.1.2.ebuild b/media-radio/wsjtx/wsjtx-2.1.2.ebuild index 15c7d5cf22d8..b1d82d5b375b 100644 --- a/media-radio/wsjtx/wsjtx-2.1.2.ebuild +++ b/media-radio/wsjtx/wsjtx-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,8 @@ S=${WORKDIR}/wsjtx PATCHES=( "${FILESDIR}/${PN}-2.0.1-hamlib.patch" "${FILESDIR}/${PN}-fix-unicode.patch" - "${FILESDIR}/${PN}-drop-docs.patch" ) + "${FILESDIR}/${PN}-drop-docs.patch" + "${FILESDIR}/${PN}-2.1.2-qt_helpers.patch" ) DOCS=( AUTHORS BUGS NEWS README THANKS ) |