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 C0BB8138334 for ; Sun, 16 Jun 2019 17:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96327E0788; Sun, 16 Jun 2019 17:28:09 +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 793E3E0788 for ; Sun, 16 Jun 2019 17:28:09 +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 17378346234 for ; Sun, 16 Jun 2019 17:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D73449 for ; Sun, 16 Jun 2019 17:28:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1560706057.d534aebe8a15559a2000db32e36a758e1f73db89.soap@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.99.4-r1.ebuild games-board/pychess/pychess-0.99.4.ebuild X-VCS-Directories: games-board/pychess/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d534aebe8a15559a2000db32e36a758e1f73db89 X-VCS-Branch: master Date: Sun, 16 Jun 2019 17:28:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61b523f9-3f4b-4d06-8d76-75f56389ea91 X-Archives-Hash: a50fc6ccfe0ecd8d7351f3fe0d81cadc commit: d534aebe8a15559a2000db32e36a758e1f73db89 Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Sun Jun 16 07:19:26 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 16 17:27:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d534aebe games-board/pychess: add missing 0.99.4 dependencies Closes: https://github.com/gentoo/gentoo/pull/12263 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b gmail.com> Signed-off-by: David Seifert gentoo.org> .../pychess/{pychess-0.99.4.ebuild => pychess-0.99.4-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games-board/pychess/pychess-0.99.4.ebuild b/games-board/pychess/pychess-0.99.4-r1.ebuild similarity index 88% rename from games-board/pychess/pychess-0.99.4.ebuild rename to games-board/pychess/pychess-0.99.4-r1.ebuild index 7c7be631cce..92a47ea3a40 100644 --- a/games-board/pychess/pychess-0.99.4.ebuild +++ b/games-board/pychess/pychess-0.99.4-r1.ebuild @@ -17,8 +17,11 @@ KEYWORDS="~amd64 ~x86" IUSE="gstreamer" DEPEND=" + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite] gnome-base/librsvg:2 x11-libs/gtksourceview:3.0 x11-libs/pango