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 BC396138350 for ; Sun, 9 Feb 2020 16:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E450AE0878; Sun, 9 Feb 2020 16:25:25 +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 C56A2E0878 for ; Sun, 9 Feb 2020 16:25:25 +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 C6F7934E8DE for ; Sun, 9 Feb 2020 16:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53A84147 for ; Sun, 9 Feb 2020 16:25:20 +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: <1581265325.a5121c5d4a471acdc27f56babd07c66feaa6789d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/gwp/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/gwp/gwp-0.4.0-r3.ebuild games-strategy/gwp/gwp-0.4.0-r4.ebuild X-VCS-Directories: games-strategy/gwp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5121c5d4a471acdc27f56babd07c66feaa6789d X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:20 +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: c527e252-968f-41a2-9094-e4ee52ce4aae X-Archives-Hash: c1b07d7c3055ca1faafafb587b5f02f9 commit: a5121c5d4a471acdc27f56babd07c66feaa6789d Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:12:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:22:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5121c5d games-strategy/gwp: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> games-strategy/gwp/{gwp-0.4.0-r3.ebuild => gwp-0.4.0-r4.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/games-strategy/gwp/gwp-0.4.0-r3.ebuild b/games-strategy/gwp/gwp-0.4.0-r4.ebuild similarity index 91% rename from games-strategy/gwp/gwp-0.4.0-r3.ebuild rename to games-strategy/gwp/gwp-0.4.0-r4.ebuild index f9a4fa22743..86e8f30a76b 100644 --- a/games-strategy/gwp/gwp-0.4.0-r3.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,10 @@ RDEPEND="x11-libs/gtk+:2 nls? ( virtual/libintl ) opengl? ( x11-libs/gtkglext ) python? ( ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ') + )" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )"