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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8497E158095 for ; Sat, 3 Sep 2022 23:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA6BE079E; Sat, 3 Sep 2022 23:33:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82F0FE079E for ; Sat, 3 Sep 2022 23:33:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C8F3335D36 for ; Sat, 3 Sep 2022 23:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D73795B2 for ; Sat, 3 Sep 2022 23:33:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1662247958.5954010bcc3128dd2bbae6cf66f6b26e542c7e27.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild sys-apps/systemd-utils/systemd-utils-251.4.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5954010bcc3128dd2bbae6cf66f6b26e542c7e27 X-VCS-Branch: master Date: Sat, 3 Sep 2022 23:33:33 +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: 4aa58ad3-aed0-4a76-8565-24d0db30501a X-Archives-Hash: 766a9e96a13cba0e1bc16fe0bca5b336 commit: 5954010bcc3128dd2bbae6cf66f6b26e542c7e27 Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 3 23:32:38 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 3 23:32:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5954010b sys-apps/systemd-utils: add '-b' to python_has_version Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild | 2 +- sys-apps/systemd-utils/systemd-utils-251.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild index 4bd77d7b1486..00ba1bb19c82 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.4-r1.ebuild @@ -97,7 +97,7 @@ TMPFILES_OPTIONAL=1 UDEV_OPTIONAL=1 python_check_deps() { - python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" } QA_EXECSTACK="usr/lib/systemd/boot/efi/*" diff --git a/sys-apps/systemd-utils/systemd-utils-251.4.ebuild b/sys-apps/systemd-utils/systemd-utils-251.4.ebuild index d66f463cc001..eb3b2e6e12e6 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.4.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.4.ebuild @@ -97,7 +97,7 @@ TMPFILES_OPTIONAL=1 UDEV_OPTIONAL=1 python_check_deps() { - python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" } QA_EXECSTACK="usr/lib/systemd/boot/efi/*"