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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D51E715808B for ; Sat, 19 Feb 2022 23:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00BCCE07D4; Sat, 19 Feb 2022 23:45:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEB10E07D4 for ; Sat, 19 Feb 2022 23:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EBD0342F58 for ; Sat, 19 Feb 2022 23:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFDE1F1 for ; Sat, 19 Feb 2022 23:45:06 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1645314263.9a5a1aaca1fbc97ed907959cc187094629e2be0f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pychess/pychess-1.0.3-r1.ebuild games-board/pychess/pychess-1.0.3-r2.ebuild X-VCS-Directories: games-board/pychess/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9a5a1aaca1fbc97ed907959cc187094629e2be0f X-VCS-Branch: master Date: Sat, 19 Feb 2022 23:45:06 +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: e37c947b-c90d-4535-9fed-41742945d1b1 X-Archives-Hash: c75034c9d67a113c64adb3e3a9b6c90f commit: 9a5a1aaca1fbc97ed907959cc187094629e2be0f Author: Ionen Wolkens gentoo org> AuthorDate: Sat Feb 19 23:42:46 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Feb 19 23:44:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5a1aac games-board/pychess: depend on pygobject[cairo] Closes: https://bugs.gentoo.org/833777 Signed-off-by: Ionen Wolkens gentoo.org> .../pychess/{pychess-1.0.3-r1.ebuild => pychess-1.0.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/pychess/pychess-1.0.3-r1.ebuild b/games-board/pychess/pychess-1.0.3-r2.ebuild similarity index 96% rename from games-board/pychess/pychess-1.0.3-r1.ebuild rename to games-board/pychess/pychess-1.0.3-r2.ebuild index f80647c3668a..adb277fbbb64 100644 --- a/games-board/pychess/pychess-1.0.3-r1.ebuild +++ b/games-board/pychess/pychess-1.0.3-r2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP},cairo] dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite] dev-python/websockets[${PYTHON_USEDEP}] gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )')