Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/
Date: Mon, 22 Oct 2018 18:32:13
Message-Id: 1540233114.93b7b757990d5761d0f4d55ae50b89b3e52becce.asturm@gentoo
1 commit: 93b7b757990d5761d0f4d55ae50b89b3e52becce
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 18:27:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 18:31:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b7b757
7
8 dev-libs/appstream: Add missing dev-qt/linguist-tools:5 DEPEND
9
10 Closes: https://bugs.gentoo.org/669344
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-libs/appstream/appstream-0.12.2.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/appstream/appstream-0.12.2.ebuild b/dev-libs/appstream/appstream-0.12.2.ebuild
18 index 230751c476e..f2aa30c08f7 100644
19 --- a/dev-libs/appstream/appstream-0.12.2.ebuild
20 +++ b/dev-libs/appstream/appstream-0.12.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 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 @@ -37,8 +37,9 @@ DEPEND="${RDEPEND}
28 dev-util/itstool
29 >=dev-util/meson-0.42.0
30 >=sys-devel/gettext-0.19.8
31 - test? (
32 - qt5? ( dev-qt/qttest:5 )
33 + qt5? (
34 + dev-qt/linguist-tools:5
35 + test? ( dev-qt/qttest:5 )
36 )
37 "