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 F3FC11381DF for ; Tue, 16 Feb 2016 08:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D3CE07F2; Tue, 16 Feb 2016 08:15:16 +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 13F7CE07F2 for ; Tue, 16 Feb 2016 08:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B25103406C0 for ; Tue, 16 Feb 2016 08:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B4414CD for ; Tue, 16 Feb 2016 08:15:11 +0000 (UTC) From: "Michael Sterrett" 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 Sterrett" Message-ID: <1455610498.9edee6a4e156b7084e580fad9853ba43da641746.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pokerth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pokerth/pokerth-1.1.1-r1.ebuild X-VCS-Directories: games-board/pokerth/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 9edee6a4e156b7084e580fad9853ba43da641746 X-VCS-Branch: master Date: Tue, 16 Feb 2016 08:15:11 +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: beb35b97-0c53-48ad-981d-84f5eb1fc9cb X-Archives-Hash: 75c2ef30c4676d47385f241521c06725 commit: 9edee6a4e156b7084e580fad9853ba43da641746 Author: Michael Sterrett gentoo org> AuthorDate: Tue Feb 16 08:14:46 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Feb 16 08:14:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edee6a4 games-board/pokerth: dev-qt/qtnetwork is always needed Package-Manager: portage-2.2.26 games-board/pokerth/pokerth-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/pokerth/pokerth-1.1.1-r1.ebuild b/games-board/pokerth/pokerth-1.1.1-r1.ebuild index 977229d..357ab9d 100644 --- a/games-board/pokerth/pokerth-1.1.1-r1.ebuild +++ b/games-board/pokerth/pokerth-1.1.1-r1.ebuild @@ -23,13 +23,13 @@ RDEPEND="dev-db/sqlite:3 >=net-libs/libircclient-1.6-r2 >=net-misc/curl-7.16 dev-qt/qtcore:5 + dev-qt/qtnetwork:5 virtual/gsasl !dedicated? ( media-libs/libsdl:0 media-libs/sdl-mixer[mod,vorbis] dev-qt/qtgui:5 dev-qt/qtwidgets:5 - dev-qt/qtnetwork:5 )" DEPEND="${RDEPEND} !dedicated? ( dev-qt/qtsql:5 )