diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2019-07-23 07:39:28 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2019-07-23 07:39:28 +0200 |
commit | 054299186b43ff81ccf4b133fcc33c10c4a60cbe (patch) | |
tree | d239466826d910b298ba333d23e9ada1eb750259 /media-radio/wsjtx | |
parent | net-analyzer/wireshark: Version 3.0.3 (diff) | |
download | gentoo-054299186b43ff81ccf4b133fcc33c10c4a60cbe.tar.gz gentoo-054299186b43ff81ccf4b133fcc33c10c4a60cbe.tar.bz2 gentoo-054299186b43ff81ccf4b133fcc33c10c4a60cbe.zip |
media-radio/wsjtx: Add missing build dep to dev-qt/linguist-tools
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/wsjtx')
-rw-r--r-- | media-radio/wsjtx/wsjtx-2.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-radio/wsjtx/wsjtx-2.1.0.ebuild b/media-radio/wsjtx/wsjtx-2.1.0.ebuild index 4cba731ef520..36351332cfbd 100644 --- a/media-radio/wsjtx/wsjtx-2.1.0.ebuild +++ b/media-radio/wsjtx/wsjtx-2.1.0.ebuild @@ -31,7 +31,9 @@ RDEPEND="dev-qt/qtcore:5 virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools + " S=${WORKDIR}/wsjtx |