From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1043546-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A19F1138334
	for <garchives@archives.gentoo.org>; Wed, 22 Aug 2018 18:40:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB109E09B4;
	Wed, 22 Aug 2018 18:40:01 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A321CE09B0
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Aug 2018 18:40:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1707C335C9A
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Aug 2018 18:40:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BFB603B4
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Aug 2018 18:39:58 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1534963182.e59c6b51cfdd41f0bdbdaf385c5378187fb42342.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cockatrice/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-board/cockatrice/cockatrice-20170505-r1.ebuild
X-VCS-Directories: games-board/cockatrice/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: e59c6b51cfdd41f0bdbdaf385c5378187fb42342
X-VCS-Branch: master
Date: Wed, 22 Aug 2018 18:39:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: baa4041d-c42f-48c7-8658-a6bd92ccd6d6
X-Archives-Hash: 84f6788ab627bf3f36bbaa14041faa16

commit:     e59c6b51cfdd41f0bdbdaf385c5378187fb42342
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 18:35:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 18:39:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59c6b51

games-board/cockatrice: Add missing USE=server RDEPENDs

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 games-board/cockatrice/cockatrice-20170505-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/games-board/cockatrice/cockatrice-20170505-r1.ebuild b/games-board/cockatrice/cockatrice-20170505-r1.ebuild
index 902b7730730..86db0f458d0 100644
--- a/games-board/cockatrice/cockatrice-20170505-r1.ebuild
+++ b/games-board/cockatrice/cockatrice-20170505-r1.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+client +oracle server"
 
 RDEPEND="
-	dev-libs/protobuf
 	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
@@ -27,6 +26,11 @@ RDEPEND="
 		dev-qt/qtsvg:5
 	)
 	oracle? ( sys-libs/zlib:= )
+	server? (
+		dev-libs/protobuf:=
+		dev-qt/qtsql:5
+		dev-qt/qtwebsockets:5
+	)
 "
 DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5