Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsbabel/
Date: Sat, 26 Aug 2017 19:19:05
Message-Id: 1503775126.b578954203bd27b6517911b8eb8166e032ff0153.asturm@gentoo
1 commit: b578954203bd27b6517911b8eb8166e032ff0153
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 26 18:53:32 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 26 19:18:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5789542
7
8 sci-geosciences/gpsbabel: Fix missing dev-qt/linguist-tools:5 DEPEND
9
10 Reported-by: ad PC <adpc <AT> riseup.net>
11 Gentoo-bug: 628946
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild
18 index 23dd56b2ebf..5e68061b6b0 100644
19 --- a/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild
20 +++ b/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild
21 @@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
22 dev-lang/perl
23 dev-libs/libxslt
24 )
25 - gui? ( dev-qt/linguist:5 )
26 + gui? ( dev-qt/linguist-tools:5 )
27 "
28
29 DOCS=( AUTHORS README.{contrib,igc,mapconverter,md,xmapwpt} )