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 4C6361382C5 for ; Fri, 23 Apr 2021 12:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76F49E0877; Fri, 23 Apr 2021 12:23: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 38FFFE0877 for ; Fri, 23 Apr 2021 12:23: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 B0E663413A5 for ; Fri, 23 Apr 2021 12:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 195E75D2 for ; Fri, 23 Apr 2021 12:23:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619180602.539de9297838435bebf9d695149b816df43967d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/far2l/far2l-2.3.20210419_alpha.ebuild app-misc/far2l/far2l-9999.ebuild X-VCS-Directories: app-misc/far2l/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 539de9297838435bebf9d695149b816df43967d9 X-VCS-Branch: dev Date: Fri, 23 Apr 2021 12:23: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: 595a0092-c19a-4e75-898b-5fb4f8229c47 X-Archives-Hash: 6b80411c51d385ef5736a1c61aed98eb commit: 539de9297838435bebf9d695149b816df43967d9 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 23 12:23:22 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 12:23:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539de929 app-misc/far2l: add missing ${PYTHON_DEPS} Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/far2l/far2l-2.3.20210419_alpha.ebuild | 5 ++++- app-misc/far2l/far2l-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild index fd7b2a26c..85318fa2b 100644 --- a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild +++ b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild @@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c archive? ( dev-libs/libpcre2 app-arch/libarchive ) - python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )" + python? ( + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') + )" DEPEND="${RDEPEND}" diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index fd7b2a26c..85318fa2b 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c archive? ( dev-libs/libpcre2 app-arch/libarchive ) - python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )" + python? ( + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') + )" DEPEND="${RDEPEND}" 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 93BEC1382C5 for ; Fri, 23 Apr 2021 12:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB493E0923; Fri, 23 Apr 2021 12:25:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D1F9BE092B for ; Fri, 23 Apr 2021 12:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7018D34133E for ; Fri, 23 Apr 2021 12:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A130F737 for ; Fri, 23 Apr 2021 12:25:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619180602.539de9297838435bebf9d695149b816df43967d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/far2l/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/far2l/far2l-2.3.20210419_alpha.ebuild app-misc/far2l/far2l-9999.ebuild X-VCS-Directories: app-misc/far2l/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 539de9297838435bebf9d695149b816df43967d9 X-VCS-Branch: master Date: Fri, 23 Apr 2021 12:25:04 +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: ba5be24c-63e7-4096-911d-567ada7c2833 X-Archives-Hash: 6d421d4e665a8f33f67f45f1deb493df Message-ID: <20210423122504.gB3oKFcTj0r8ZPsV0f7nodMQOD9oR_LoHpKmTdXGseU@z> commit: 539de9297838435bebf9d695149b816df43967d9 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 23 12:23:22 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 12:23:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539de929 app-misc/far2l: add missing ${PYTHON_DEPS} Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-misc/far2l/far2l-2.3.20210419_alpha.ebuild | 5 ++++- app-misc/far2l/far2l-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild index fd7b2a26c..85318fa2b 100644 --- a/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild +++ b/app-misc/far2l/far2l-2.3.20210419_alpha.ebuild @@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c archive? ( dev-libs/libpcre2 app-arch/libarchive ) - python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )" + python? ( + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') + )" DEPEND="${RDEPEND}" diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild index fd7b2a26c..85318fa2b 100644 --- a/app-misc/far2l/far2l-9999.ebuild +++ b/app-misc/far2l/far2l-9999.ebuild @@ -44,7 +44,10 @@ RDEPEND="dev-libs/xerces-c archive? ( dev-libs/libpcre2 app-arch/libarchive ) - python? ( $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') )" + python? ( + ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/virtualenv[${PYTHON_USEDEP}]') + )" DEPEND="${RDEPEND}"