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 89D4E138350 for ; Sun, 9 Feb 2020 16:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99CC3E0866; Sun, 9 Feb 2020 16:42:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 75BD4E085A for ; Sun, 9 Feb 2020 16:42:28 +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 5BC8F34E6A2 for ; Sun, 9 Feb 2020 16:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2147126 for ; Sun, 9 Feb 2020 16:42:24 +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: <1581266222.946c17032a6863fcdf0c2de9d76d04cc14e33b22.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/entropy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/entropy/entropy-302-r1.ebuild sys-apps/entropy/entropy-302-r2.ebuild X-VCS-Directories: sys-apps/entropy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 946c17032a6863fcdf0c2de9d76d04cc14e33b22 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:42:24 +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: dda4967e-1d00-47c3-b8ad-41bb9b46885a X-Archives-Hash: fb2c1d035d786c90363a97ba6a269816 commit: 946c17032a6863fcdf0c2de9d76d04cc14e33b22 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 20:17:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:37:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946c1703 sys-apps/entropy: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> sys-apps/entropy/{entropy-302-r1.ebuild => entropy-302-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/entropy/entropy-302-r1.ebuild b/sys-apps/entropy/entropy-302-r2.ebuild similarity index 96% rename from sys-apps/entropy/entropy-302-r1.ebuild rename to sys-apps/entropy/entropy-302-r2.ebuild index a617ded3def..60d514f0e66 100644 --- a/sys-apps/entropy/entropy-302-r1.ebuild +++ b/sys-apps/entropy/entropy-302-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,9 @@ RDEPEND=">=app-misc/pax-utils-0.7 net-misc/rsync sys-apps/diffutils sys-apps/sandbox - >=sys-apps/portage-2.1.9[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=sys-apps/portage-2.1.9[${PYTHON_MULTI_USEDEP}] + ') sys-devel/gettext ${PYTHON_DEPS}" DEPEND="${RDEPEND}