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 4A638138A1A for ; Wed, 28 Jan 2015 23:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7035E07E8; Wed, 28 Jan 2015 23:54:46 +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 89646E07E8 for ; Wed, 28 Jan 2015 23:54:46 +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 D6DFA3406AE for ; Wed, 28 Jan 2015 23:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7167C10837 for ; Wed, 28 Jan 2015 23:54:44 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1422489101.a44d7663a553acf21e18cea3c2c6387e86d1ffe7.johu@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-9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a44d7663a553acf21e18cea3c2c6387e86d1ffe7 X-VCS-Branch: master Date: Wed, 28 Jan 2015 23:54:44 +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: da77c2ae-c70c-4570-a900-b95cf7ae9a64 X-Archives-Hash: c434ea1b05eb485e87a63a69213cd177 commit: a44d7663a553acf21e18cea3c2c6387e86d1ffe7 Author: Johannes Huber gentoo org> AuthorDate: Wed Jan 28 23:51:41 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jan 28 23:51:41 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a44d7663 [kde-apps/okular] Adjust use dependencies to handle >=app-crypt/qca-2.1 Package-Manager: portage-2.2.15 --- kde-apps/okular/okular-14.12.1.ebuild | 2 +- kde-apps/okular/okular-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/okular/okular-14.12.1.ebuild b/kde-apps/okular/okular-14.12.1.ebuild index 8902df4..a368b72 100644 --- a/kde-apps/okular/okular-14.12.1.ebuild +++ b/kde-apps/okular/okular-14.12.1.ebuild @@ -22,7 +22,7 @@ DEPEND=" media-libs/qimageblitz sys-libs/zlib chm? ( dev-libs/chmlib ) - crypt? ( app-crypt/qca:2 ) + crypt? ( app-crypt/qca:2[qt4] ) djvu? ( app-text/djvu ) dpi? ( x11-libs/libkscreen:4 ) ebook? ( app-text/ebook-tools ) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 048efaf..41d0f11 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -22,7 +22,7 @@ DEPEND=" media-libs/qimageblitz sys-libs/zlib chm? ( dev-libs/chmlib ) - crypt? ( app-crypt/qca:2 ) + crypt? ( app-crypt/qca:2[qt4] ) djvu? ( app-text/djvu ) dpi? ( x11-libs/libkscreen:4 ) ebook? ( app-text/ebook-tools )