Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/
Date: Thu, 01 Oct 2015 14:21:37
Message-Id: 1443709247.cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab.kensington@gentoo
1 commit: cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 14:15:40 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 14:20:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda33dc2
7
8 app-text/qpdfview: dev-qt/linguist-tools is a build-time dependency
9
10 Package-Manager: portage-2.2.20.1
11
12 app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 4 ++--
13 app-text/qpdfview/qpdfview-0.4.15.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
17 index cb7140a..b4b14a2 100644
18 --- a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
19 +++ b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild
20 @@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups )
21 pdf? ( app-text/poppler[qt4] )
22 sqlite? ( dev-qt/qtsql:4[sqlite] )
23 svg? ( dev-qt/qtsvg:4 ) )
24 - qt5? ( dev-qt/linguist-tools:5
25 - dev-qt/qtconcurrent:5
26 + qt5? ( dev-qt/qtconcurrent:5
27 dev-qt/qtcore:5
28 dev-qt/qtgui:5
29 dev-qt/qtprintsupport:5
30 @@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups )
31 svg? ( dev-qt/qtsvg:5 ) )
32 !svg? ( virtual/freedesktop-icon-theme )"
33 DEPEND="${RDEPEND}
34 + qt5? ( dev-qt/linguist-tools:5 )
35 virtual/pkgconfig"
36
37 DOCS=( CHANGES CONTRIBUTORS README TODO )
38
39 diff --git a/app-text/qpdfview/qpdfview-0.4.15.ebuild b/app-text/qpdfview/qpdfview-0.4.15.ebuild
40 index b5f6a45..cc87608 100644
41 --- a/app-text/qpdfview/qpdfview-0.4.15.ebuild
42 +++ b/app-text/qpdfview/qpdfview-0.4.15.ebuild
43 @@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups )
44 pdf? ( app-text/poppler[qt4] )
45 sqlite? ( dev-qt/qtsql:4[sqlite] )
46 svg? ( dev-qt/qtsvg:4 ) )
47 - qt5? ( dev-qt/linguist-tools:5
48 - dev-qt/qtconcurrent:5
49 + qt5? ( dev-qt/qtconcurrent:5
50 dev-qt/qtcore:5
51 dev-qt/qtgui:5
52 dev-qt/qtprintsupport:5
53 @@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups )
54 svg? ( dev-qt/qtsvg:5 ) )
55 !svg? ( virtual/freedesktop-icon-theme )"
56 DEPEND="${RDEPEND}
57 + qt5? ( dev-qt/linguist-tools:5 )
58 virtual/pkgconfig"
59
60 DOCS=( CHANGES CONTRIBUTORS README TODO )