Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/
Date: Tue, 06 Oct 2020 20:13:48
Message-Id: 1602015200.49d8448681619341af34fa02749d1cc2a818fed0.zlogene@gentoo
1 commit: 49d8448681619341af34fa02749d1cc2a818fed0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 20:13:20 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 20:13:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d84486
7
8 app-editors/texworks: add missing dev-qt/linguist-tools
9
10 Closes: https://bugs.gentoo.org/744598
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 app-editors/texworks/texworks-0.6.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-editors/texworks/texworks-0.6.5.ebuild b/app-editors/texworks/texworks-0.6.5.ebuild
18 index f9228f2ac58..49609fec4e8 100644
19 --- a/app-editors/texworks/texworks-0.6.5.ebuild
20 +++ b/app-editors/texworks/texworks-0.6.5.ebuild
21 @@ -28,7 +28,8 @@ RDEPEND="app-text/hunspell:=
22 lua? ( dev-lang/lua:0 )
23 python? ( ${PYTHON_DEPS} ) "
24
25 -DEPEND="${RDEPEND}"
26 +DEPEND="dev-qt/linguist-tools:5
27 + ${RDEPEND}"
28
29 BDEPEND="virtual/pkgconfig"