From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F24361383E0 for ; Thu, 1 Oct 2015 14:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C8421C09D; Thu, 1 Oct 2015 14:21:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14ABE21C09D for ; Thu, 1 Oct 2015 14:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E1AC340914 for ; Thu, 1 Oct 2015 14:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000E6399 for ; Thu, 1 Oct 2015 14:21:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1443709247.cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/qpdfview-0.4.13-r1.ebuild app-text/qpdfview/qpdfview-0.4.15.ebuild X-VCS-Directories: app-text/qpdfview/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab X-VCS-Branch: master Date: Thu, 1 Oct 2015 14:21:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f6c091d-4fea-4f8f-8e69-b93ebdfb2207 X-Archives-Hash: 40874486e5c75ae65cba881d48fb112b commit: cda33dc2d4ded501d7b7417ece1bf9ff80fc8cab Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 14:15:40 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 14:20:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda33dc2 app-text/qpdfview: dev-qt/linguist-tools is a build-time dependency Package-Manager: portage-2.2.20.1 app-text/qpdfview/qpdfview-0.4.13-r1.ebuild | 4 ++-- 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 cb7140a..b4b14a2 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 b5f6a45..cc87608 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 )