Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qtermwidget/
Date: Thu, 25 Oct 2018 18:04:36
Message-Id: 1540490637.0f267b16e6ac91b0dcf46744de48ee287196a36e.asturm@gentoo
1 commit: 0f267b16e6ac91b0dcf46744de48ee287196a36e
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 13:54:41 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 18:03:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f267b16
7
8 x11-libs/qtermwidget: add missing 'dev-qt/linguist-tools' dependency
9
10 Closes: https://bugs.gentoo.org/668998
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Closes: https://github.com/gentoo/gentoo/pull/10226
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild | 3 ++-
17 x11-libs/qtermwidget/qtermwidget-9999.ebuild | 3 ++-
18 2 files changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild b/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
21 index d10ac1760da..d87bab005a3 100644
22 --- a/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
23 +++ b/x11-libs/qtermwidget/qtermwidget-0.9.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -26,6 +26,7 @@ RDEPEND="
31 "
32 DEPEND="${RDEPEND}
33 >=dev-util/lxqt-build-tools-0.5.0
34 + dev-qt/linguist-tools:5
35 "
36
37 src_configure() {
38
39 diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
40 index 0c383aa50cf..cda15baf682 100644
41 --- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild
42 +++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -20,6 +20,7 @@ RDEPEND="
50 "
51 DEPEND="${DEPEND}
52 dev-util/lxqt-build-tools
53 + dev-qt/linguist-tools:5
54 "
55
56 PATCHES=( "${FILESDIR}/${P}-nofetch.patch" )