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 9AA94138350 for ; Sun, 9 Feb 2020 16:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF78E086E; Sun, 9 Feb 2020 16:25:23 +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 C724FE086B for ; Sun, 9 Feb 2020 16:25:23 +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 DC4CF34E872 for ; Sun, 9 Feb 2020 16:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB10013B for ; Sun, 9 Feb 2020 16:25:19 +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: <1581265318.87ecab67438b674e16b5ab7cf2575af53ea5a4e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild X-VCS-Directories: games-puzzle/angrydd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 87ecab67438b674e16b5ab7cf2575af53ea5a4e5 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:19 +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: ebc7aabd-5ccc-44d7-928b-d2963d4fc3d3 X-Archives-Hash: b4030b566a1b57626e76a4a1a18e867a commit: 87ecab67438b674e16b5ab7cf2575af53ea5a4e5 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:09:06 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:21:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ecab67 games-puzzle/angrydd: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{angrydd-1.0.1_p13.ebuild => angrydd-1.0.1_p13-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild similarity index 90% rename from games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild rename to games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild index 24ba0652762..3ed88c2a33d 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,9 @@ IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} - dev-python/pygame[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygame[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}" BDEPEND=""