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 5074C138350 for ; Sun, 9 Feb 2020 16:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9A0E0883; Sun, 9 Feb 2020 16:11:14 +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 A821AE0883 for ; Sun, 9 Feb 2020 16:11:14 +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 F021834E73F for ; Sun, 9 Feb 2020 16:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCA8A146 for ; Sun, 9 Feb 2020 16:11:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581264652.cfafad664a049f773195edb01b0afbe83d00480f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild app-misc/pax-utils/pax-utils-1.2.4-r1.ebuild app-misc/pax-utils/pax-utils-1.2.4.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cfafad664a049f773195edb01b0afbe83d00480f X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:11:07 +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: abb376b2-37ea-4acb-945e-e34922f31340 X-Archives-Hash: a88d5fa00831877504c1a22d9ef1651c commit: cfafad664a049f773195edb01b0afbe83d00480f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 09:46:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:10:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfafad66 app-misc/pax-utils: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild | 6 ++++-- .../pax-utils/{pax-utils-1.2.4.ebuild => pax-utils-1.2.4-r1.ebuild} | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild b/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild index 585a85257cd..2bd5a6a4fbf 100644 --- a/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.3-r3.ebuild @@ -20,8 +20,10 @@ IUSE="caps debug python seccomp" RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) python? ( ${PYTHON_DEPS} - dev-python/pyelftools[${PYTHON_USEDEP}] - ) + $(python_gen_cond_dep ' + dev-python/pyelftools[${PYTHON_MULTI_USEDEP}] + ') + ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} caps? ( virtual/pkgconfig ) diff --git a/app-misc/pax-utils/pax-utils-1.2.4.ebuild b/app-misc/pax-utils/pax-utils-1.2.4-r1.ebuild similarity index 95% rename from app-misc/pax-utils/pax-utils-1.2.4.ebuild rename to app-misc/pax-utils/pax-utils-1.2.4-r1.ebuild index 0ead02e5fc9..66b213c14c4 100644 --- a/app-misc/pax-utils/pax-utils-1.2.4.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.4-r1.ebuild @@ -20,8 +20,10 @@ IUSE="caps debug python seccomp" RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) python? ( ${PYTHON_DEPS} - dev-python/pyelftools[${PYTHON_USEDEP}] - ) + $(python_gen_cond_dep ' + dev-python/pyelftools[${PYTHON_MULTI_USEDEP}] + ') + ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} caps? ( virtual/pkgconfig )