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 A1AAE139368 for ; Wed, 4 Aug 2021 18:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F52E0943; Wed, 4 Aug 2021 18:07:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA1B0E0943 for ; Wed, 4 Aug 2021 18:07:35 +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 4227133BF5B for ; Wed, 4 Aug 2021 18:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE40A737 for ; Wed, 4 Aug 2021 18:07:32 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1628100314.b55c6ef4432895a77e6a9a3e4911d1d85308a7c3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild X-VCS-Directories: sys-apps/systemd-tmpfiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b55c6ef4432895a77e6a9a3e4911d1d85308a7c3 X-VCS-Branch: master Date: Wed, 4 Aug 2021 18:07:32 +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: 49a9bab0-4920-4a5e-b44b-d28fd06149fd X-Archives-Hash: d4a31eb2641282cdc164cb7fab54d424 commit: b55c6ef4432895a77e6a9a3e4911d1d85308a7c3 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Aug 4 18:00:22 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Aug 4 18:05:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c6ef4 sys-apps/systemd-tmpfiles: add jinja dependency to 249.2 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild index 91a7588bfa4..e395907426e 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild @@ -44,15 +44,15 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets - dev-libs/libxslt:0 + dev-libs/libxslt dev-util/gperf >=dev-util/meson-0.46 >=sys-apps/coreutils-8.16 sys-devel/gettext - sys-devel/m4 virtual/pkgconfig " @@ -63,6 +63,10 @@ PATCHES=( "${FILESDIR}/249-sys-include-posix.patch" ) +python_check_deps() { + has_version -b "dev-python/jinja[${PYTHON_USEDEP}]" +} + pkg_setup() { python-any-r1_pkg_setup }