commit: 621ecd5e97a4938321a029c0d7d6185c67861cfd
Author: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail <DOT>
com>
AuthorDate: Tue Nov 27 23:10:28 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 23:10:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621ecd5e
dev-libs/libinput: Update python_check_deps()
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libinput/libinput-1.12.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libinput/libinput-1.12.3.ebuild
b/dev-libs/libinput/libinput-1.12.3.ebuild
index 0ab17527361..4edaf9ececd 100644
--- a/dev-libs/libinput/libinput-1.12.3.ebuild
+++ b/dev-libs/libinput/libinput-1.12.3.ebuild
@@ -46,7 +46,8 @@ DEPEND="${RDEPEND}
python_check_deps() {
has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
+ has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
}
pkg_setup() {