From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-882939-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 773AD138262
	for <garchives@archives.gentoo.org>; Mon, 23 May 2016 04:36:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D98AD21C04E;
	Mon, 23 May 2016 04:36:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8477D21C04D
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2016 04:36:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A3CE7340906
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2016 04:36:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6CE976
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 May 2016 04:36:05 +0000 (UTC)
From: "Michael Sterrett" <mr_bones_@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, "Michael Sterrett" <mr_bones_@gentoo.org>
Message-ID: <1463978153.191a2ef53e0a1089a52f1828eadd200c6fbc5430.mr_bones_@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-board/pychess/pychess-0.12.3.ebuild
X-VCS-Directories: games-board/pychess/
X-VCS-Committer: mr_bones_
X-VCS-Committer-Name: Michael Sterrett
X-VCS-Revision: 191a2ef53e0a1089a52f1828eadd200c6fbc5430
X-VCS-Branch: master
Date: Mon, 23 May 2016 04:36:05 +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: d53662a6-d636-426b-ac64-681237c63ae9
X-Archives-Hash: d59ce6508f3ab90f9bb2d91ce9ca1e53

commit:     191a2ef53e0a1089a52f1828eadd200c6fbc5430
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 04:35:30 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon May 23 04:35:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191a2ef5

games-board/pychess: improve deps (bug #583346)

Package-Manager: portage-2.2.28

 games-board/pychess/pychess-0.12.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-board/pychess/pychess-0.12.3.ebuild b/games-board/pychess/pychess-0.12.3.ebuild
index 4513001..12d5474 100644
--- a/games-board/pychess/pychess-0.12.3.ebuild
+++ b/games-board/pychess/pychess-0.12.3.ebuild
@@ -18,8 +18,9 @@ KEYWORDS="amd64 ~x86"
 IUSE="gstreamer"
 
 DEPEND="dev-python/librsvg-python
+	x11-libs/gtksourceview:3.0
 	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:2[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	dev-python/pygtk:2[${PYTHON_USEDEP}]
 	dev-python/pygtksourceview:2[${PYTHON_USEDEP}]
 	gstreamer? ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] )