dev-libs/appstream: Add missing dev-qt/linguist-tools:5 DEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 22 Oct 2018 18:27:08 +0000 (20:27 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 22 Oct 2018 18:31:54 +0000 (20:31 +0200)
Closes: https://bugs.gentoo.org/669344
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-libs/appstream/appstream-0.12.2.ebuild

index 230751c476e34bcf530be500bc5fe550e12c1b66..f2aa30c08f78112817ce03715b928814721e340d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,8 +37,9 @@ DEPEND="${RDEPEND}
        dev-util/itstool
        >=dev-util/meson-0.42.0
        >=sys-devel/gettext-0.19.8
-       test? (
-               qt5? ( dev-qt/qttest:5 )
+       qt5? (
+               dev-qt/linguist-tools:5
+               test? ( dev-qt/qttest:5 )
        )
 "