diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-02 00:15:40 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-02 00:20:47 +1000 |
commit | cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab (patch) | |
tree | 42aeb44136a8fe0f6de0e5db2500d2625a09a5c6 /app-text/qpdfview | |
parent | dev-db/sqlitebrowser: dev-qt/linguist-tools is a build-time dependency (diff) | |
download | gentoo-cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab.tar.gz gentoo-cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab.tar.bz2 gentoo-cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab.zip |
app-text/qpdfview: dev-qt/linguist-tools is a build-time dependency
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-text/qpdfview')
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/qpdfview/qpdfview-0.4.15.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild index cb7140a6039b..b4b14a2c5934 100644 --- a/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.13-r1.ebuild @@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups ) pdf? ( app-text/poppler[qt4] ) sqlite? ( dev-qt/qtsql:4[sqlite] ) svg? ( dev-qt/qtsvg:4 ) ) - qt5? ( dev-qt/linguist-tools:5 - dev-qt/qtconcurrent:5 + qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 @@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups ) svg? ( dev-qt/qtsvg:5 ) ) !svg? ( virtual/freedesktop-icon-theme )" DEPEND="${RDEPEND} + qt5? ( dev-qt/linguist-tools:5 ) virtual/pkgconfig" DOCS=( CHANGES CONTRIBUTORS README TODO ) diff --git a/app-text/qpdfview/qpdfview-0.4.15.ebuild b/app-text/qpdfview/qpdfview-0.4.15.ebuild index b5f6a4561106..cc8760889248 100644 --- a/app-text/qpdfview/qpdfview-0.4.15.ebuild +++ b/app-text/qpdfview/qpdfview-0.4.15.ebuild @@ -29,8 +29,7 @@ RDEPEND="cups? ( net-print/cups ) pdf? ( app-text/poppler[qt4] ) sqlite? ( dev-qt/qtsql:4[sqlite] ) svg? ( dev-qt/qtsvg:4 ) ) - qt5? ( dev-qt/linguist-tools:5 - dev-qt/qtconcurrent:5 + qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 @@ -40,6 +39,7 @@ RDEPEND="cups? ( net-print/cups ) svg? ( dev-qt/qtsvg:5 ) ) !svg? ( virtual/freedesktop-icon-theme )" DEPEND="${RDEPEND} + qt5? ( dev-qt/linguist-tools:5 ) virtual/pkgconfig" DOCS=( CHANGES CONTRIBUTORS README TODO ) |