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 7155F158093 for ; Sat, 18 Sep 2021 03:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FACE0817; Sat, 18 Sep 2021 03:01:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E79CE0817 for ; Sat, 18 Sep 2021 03:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9D0E342C14 for ; Sat, 18 Sep 2021 03:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB13EE for ; Sat, 18 Sep 2021 03:01:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631933902.a67cef31ceabe0ab0db927a11a0ac443df1e96c7.sam@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.19.0.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a67cef31ceabe0ab0db927a11a0ac443df1e96c7 X-VCS-Branch: master Date: Sat, 18 Sep 2021 03:01:21 +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: 9e42e422-0f2b-40fd-98f0-b6290196fde1 X-Archives-Hash: c562975e729a16f13ace00d286e7624b commit: a67cef31ceabe0ab0db927a11a0ac443df1e96c7 Author: Sam James gentoo org> AuthorDate: Sat Sep 18 02:58:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 18 02:58:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67cef31 dev-libs/libinput: fix mismatch b/t python_check_deps and BDEPEND Signed-off-by: Sam James gentoo.org> dev-libs/libinput/libinput-1.19.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libinput/libinput-1.19.0.ebuild b/dev-libs/libinput/libinput-1.19.0.ebuild index 7eac9e2a392..c16d3716f3d 100644 --- a/dev-libs/libinput/libinput-1.19.0.ebuild +++ b/dev-libs/libinput/libinput-1.19.0.ebuild @@ -42,10 +42,10 @@ DEPEND="${RDEPEND} test? ( >=dev-libs/check-0.9.10 )" 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_rtd_theme-0.2.4[${PYTHON_USEDEP}]" + has_version -b "dev-python/commonmark[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/recommonmark[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" && \ + has_version -b ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]" } pkg_setup() {