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 E581E138A87 for ; Sun, 22 Feb 2015 21:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63864E08EB; Sun, 22 Feb 2015 21:59:57 +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 08DE3E08EB for ; Sun, 22 Feb 2015 21:59:57 +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 298FE340B62 for ; Sun, 22 Feb 2015 21:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D61C12550 for ; Sun, 22 Feb 2015 21:59:53 +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: <1424642285.54ab315af500f19e24d9747f8542d02c0f379363.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 54ab315af500f19e24d9747f8542d02c0f379363 X-VCS-Branch: master Date: Sun, 22 Feb 2015 21:59:53 +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: ab9d9669-36b6-4208-b3d1-6bdbc642bbed X-Archives-Hash: 4eef860d4c8778c6f58f3bb60c66475c commit: 54ab315af500f19e24d9747f8542d02c0f379363 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 22 21:58:05 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 22 21:58:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=54ab315a [net-irc/quassel] Sync with tree Package-Manager: portage-2.2.17 --- net-irc/quassel/quassel-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 429b821..b72c848 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -27,10 +27,7 @@ SERVER_RDEPEND=" ) !qt5? ( dev-qt/qtscript:4 - crypt? ( - app-crypt/qca:2[qt4(+)] - || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) - ) + crypt? ( app-crypt/qca:2[openssl,qt4(+)] ) postgres? ( dev-qt/qtsql:4[postgres] ) !postgres? ( dev-qt/qtsql:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) )