Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
Date: Sat, 20 Oct 2018 12:17:22
Message-Id: 1540037812.6a077d5639b75e1ebb5eb3985017625094bed4a8.pacho@gentoo
1 commit: 6a077d5639b75e1ebb5eb3985017625094bed4a8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 12:14:41 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 12:16:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a077d56
7
8 net-news/rssguard: dev-qt/qtconcurrent is needed
9
10 Closes: https://bugs.gentoo.org/648902
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 net-news/rssguard/rssguard-3.5.5.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-news/rssguard/rssguard-3.5.5.ebuild b/net-news/rssguard/rssguard-3.5.5.ebuild
18 index ce581c45862..7d8229bd331 100644
19 --- a/net-news/rssguard/rssguard-3.5.5.ebuild
20 +++ b/net-news/rssguard/rssguard-3.5.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -19,6 +19,7 @@ RDEPEND="
28 >=dev-qt/qtcore-${MINQT}
29 >=dev-qt/qtgui-${MINQT}
30 >=dev-qt/qtnetwork-${MINQT}
31 + >=dev-qt/qtconcurrent-${MINQT}
32 >=dev-qt/qtsql-${MINQT}
33 >=dev-qt/qtwidgets-${MINQT}
34 >=dev-qt/qtxml-${MINQT}