summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-02 20:24:44 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-02 20:35:15 +0300
commit1f260c7ef9ff470022b17a5813f0eb12fcb0fec7 (patch)
tree0b09fadacd5971e743d3e09a69dd77c74f1888c6 /dev-vcs/git-cola
parentdev-vcs/git-cola: version bump to 4.0.1, migrate to pep517 builds (diff)
downloadgentoo-1f260c7ef9ff470022b17a5813f0eb12fcb0fec7.tar.gz
gentoo-1f260c7ef9ff470022b17a5813f0eb12fcb0fec7.tar.bz2
gentoo-1f260c7ef9ff470022b17a5813f0eb12fcb0fec7.zip
dev-vcs/git-cola: add a missing RDEPEND to 4.0.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/git-cola')
-rw-r--r--dev-vcs/git-cola/git-cola-4.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.0.1.ebuild b/dev-vcs/git-cola/git-cola-4.0.1.ebuild
index dc640bd0539b..68d4675e79db 100644
--- a/dev-vcs/git-cola/git-cola-4.0.1.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.0.1.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
dev-python/QtPy[gui,network,${PYTHON_USEDEP}]
dev-python/send2trash[${PYTHON_USEDEP}]
')