summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-09-21 09:58:33 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-09-21 10:03:06 +0300
commitd4334ae4d78309e1e742e400caa993a0c564d3f4 (patch)
tree97ff218f0866f8d3cb9cc078ccfee0fc52b13181 /dev-vcs
parentdev-vcs/git-cola: remove old (diff)
downloadgentoo-d4334ae4d78309e1e742e400caa993a0c564d3f4.tar.gz
gentoo-d4334ae4d78309e1e742e400caa993a0c564d3f4.tar.bz2
gentoo-d4334ae4d78309e1e742e400caa993a0c564d3f4.zip
dev-vcs/git-cola: add a missing test-dep for 3.10.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/git-cola-3.10.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git-cola/git-cola-3.10.1.ebuild b/dev-vcs/git-cola/git-cola-3.10.1.ebuild
index 0cde8ccf38fc..0d5c7bc503d4 100644
--- a/dev-vcs/git-cola/git-cola-3.10.1.ebuild
+++ b/dev-vcs/git-cola/git-cola-3.10.1.ebuild
@@ -36,6 +36,7 @@ BDEPEND="sys-devel/gettext
${VIRTUALX_DEPEND}
dev-python/mock[\${PYTHON_USEDEP}]
dev-python/nose[\${PYTHON_USEDEP}]
+ dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets]
dev-python/pytest[\${PYTHON_USEDEP}]
)
")