Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Tue, 27 Nov 2018 23:11:24
Message-Id: 1543360228.621ecd5e97a4938321a029c0d7d6185c67861cfd.mattst88@gentoo
1 commit: 621ecd5e97a4938321a029c0d7d6185c67861cfd
2 Author: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 27 23:10:28 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 23:10:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621ecd5e
7
8 dev-libs/libinput: Update python_check_deps()
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.12.3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.12.3.ebuild b/dev-libs/libinput/libinput-1.12.3.ebuild
16 index 0ab17527361..4edaf9ececd 100644
17 --- a/dev-libs/libinput/libinput-1.12.3.ebuild
18 +++ b/dev-libs/libinput/libinput-1.12.3.ebuild
19 @@ -46,7 +46,8 @@ DEPEND="${RDEPEND}
20 python_check_deps() {
21 has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
22 has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
23 - has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
24 + has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
25 + has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
26 }
27
28 pkg_setup() {