From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E391D138334 for ; Tue, 27 Nov 2018 23:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F91E090F; Tue, 27 Nov 2018 23:11:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85DE5E090F for ; Tue, 27 Nov 2018 23:11:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 565AD335C36 for ; Tue, 27 Nov 2018 23:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04F13F0 for ; Tue, 27 Nov 2018 23:11:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1543360228.621ecd5e97a4938321a029c0d7d6185c67861cfd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.12.3.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 621ecd5e97a4938321a029c0d7d6185c67861cfd X-VCS-Branch: master Date: Tue, 27 Nov 2018 23:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15b93ae8-8a04-4468-9dc5-ba0da2366703 X-Archives-Hash: d868df4c1227887509734a2a557be89b commit: 621ecd5e97a4938321a029c0d7d6185c67861cfd Author: Arfrever Frehtes Taifersar Arahesis gmail com> AuthorDate: Tue Nov 27 23:10:28 2018 +0000 Commit: Matt Turner gentoo 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 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() {