diff options
author | 2022-02-19 18:42:46 -0500 | |
---|---|---|
committer | 2022-02-19 18:44:23 -0500 | |
commit | 9a5a1aaca1fbc97ed907959cc187094629e2be0f (patch) | |
tree | 98b6007b7c6b258e2ac2e31ba38c2b42ba5fe73d /games-board | |
parent | dev-libs/libinput: Bump to version 1.20.0 (diff) | |
download | gentoo-9a5a1aaca1fbc97ed907959cc187094629e2be0f.tar.gz gentoo-9a5a1aaca1fbc97ed907959cc187094629e2be0f.tar.bz2 gentoo-9a5a1aaca1fbc97ed907959cc187094629e2be0f.zip |
games-board/pychess: depend on pygobject[cairo]
Closes: https://bugs.gentoo.org/833777
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pychess/pychess-1.0.3-r2.ebuild (renamed from games-board/pychess/pychess-1.0.3-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/pychess/pychess-1.0.3-r1.ebuild b/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}] )') |