From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4783E138334 for ; Wed, 29 Aug 2018 07:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49096E086F; Wed, 29 Aug 2018 07:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 20133E086F for ; Wed, 29 Aug 2018 07:51:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A1F9335C42 for ; Wed, 29 Aug 2018 07:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CAA23AD for ; Wed, 29 Aug 2018 07:51:17 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1535528756.40fb80bcfa2be653c3fc383ded761555c9d4612a.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: 40fb80bcfa2be653c3fc383ded761555c9d4612a X-VCS-Branch: master Date: Wed, 29 Aug 2018 07:51:17 +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: f9f845e1-1f14-4966-a0d7-6bc25d5c4edf X-Archives-Hash: 1ccb591afec12b9460e2d287828ba886 commit: 40fb80bcfa2be653c3fc383ded761555c9d4612a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 28 17:41:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 29 07:45:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fb80bc games-board/cockatrice: USE=client depends on dev-libs/protobuf:= Closes: https://bugs.gentoo.org/664390 Package-Manager: Portage-2.3.48, Repoman-2.3.10 games-board/cockatrice/cockatrice-20170505-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-board/cockatrice/cockatrice-20170505-r1.ebuild b/games-board/cockatrice/cockatrice-20170505-r1.ebuild index 86db0f458d0..b5d17ff65ab 100644 --- a/games-board/cockatrice/cockatrice-20170505-r1.ebuild +++ b/games-board/cockatrice/cockatrice-20170505-r1.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-qt/qtnetwork:5[ssl] dev-qt/qtwidgets:5 client? ( + dev-libs/protobuf:= dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5