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 6A136138A1A for ; Tue, 17 Feb 2015 13:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB479E07F0; Tue, 17 Feb 2015 13:48:30 +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 6A2F9E07F0 for ; Tue, 17 Feb 2015 13:48:30 +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 EE02A340771 for ; Tue, 17 Feb 2015 13:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9624211F4F for ; Tue, 17 Feb 2015 13:48:27 +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: <1424180898.7aaa3efe0d462a87ccc38ee9fd6bc7da333651e3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okular/okular-14.12.1.ebuild kde-apps/okular/okular-14.12.2.ebuild kde-apps/okular/okular-5.9999.ebuild kde-apps/okular/okular-9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7aaa3efe0d462a87ccc38ee9fd6bc7da333651e3 X-VCS-Branch: master Date: Tue, 17 Feb 2015 13:48:27 +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: 4652250a-0a07-4319-a18c-28cce6219e1f X-Archives-Hash: 251ab6cab9a7654f9348fb7a5c6e5eb1 commit: 7aaa3efe0d462a87ccc38ee9fd6bc7da333651e3 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 17 13:48:18 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 17 13:48:18 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7aaa3efe [kde-apps/okular] Add missing dependency SLOT. Package-Manager: portage-2.2.14 --- kde-apps/okular/okular-14.12.1.ebuild | 2 +- kde-apps/okular/okular-14.12.2.ebuild | 2 +- kde-apps/okular/okular-5.9999.ebuild | 2 +- kde-apps/okular/okular-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/okular/okular-14.12.1.ebuild b/kde-apps/okular/okular-14.12.1.ebuild index a368b72..4c8544a 100644 --- a/kde-apps/okular/okular-14.12.1.ebuild +++ b/kde-apps/okular/okular-14.12.1.ebuild @@ -33,7 +33,7 @@ DEPEND=" mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) + tiff? ( media-libs/tiff:0 ) " RDEPEND="${DEPEND}" diff --git a/kde-apps/okular/okular-14.12.2.ebuild b/kde-apps/okular/okular-14.12.2.ebuild index a368b72..4c8544a 100644 --- a/kde-apps/okular/okular-14.12.2.ebuild +++ b/kde-apps/okular/okular-14.12.2.ebuild @@ -33,7 +33,7 @@ DEPEND=" mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) + tiff? ( media-libs/tiff:0 ) " RDEPEND="${DEPEND}" diff --git a/kde-apps/okular/okular-5.9999.ebuild b/kde-apps/okular/okular-5.9999.ebuild index c1e7170..e898d1c 100644 --- a/kde-apps/okular/okular-5.9999.ebuild +++ b/kde-apps/okular/okular-5.9999.ebuild @@ -51,7 +51,7 @@ DEPEND=" ) pdf? ( app-text/poppler[qt5,-exceptions(-)] ) postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) + tiff? ( media-libs/tiff:0 ) " RDEPEND="${DEPEND} !kde-base/okular:4 diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 41d0f11..e5f73a0 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -33,7 +33,7 @@ DEPEND=" mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) + tiff? ( media-libs/tiff:0 ) " RDEPEND="${DEPEND}"