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 F0EED138351 for ; Sun, 9 Feb 2020 16:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A171E0877; Sun, 9 Feb 2020 16:25:25 +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 A7EF4E0870 for ; Sun, 9 Feb 2020 16:25:24 +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 0DA0D34E8B9 for ; Sun, 9 Feb 2020 16:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0965013F 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: <1581265319.1f5913d8588322e3868d4d382bb4c164fcdb58fa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild games-puzzle/pathological/pathological-1.1.3_p16.ebuild X-VCS-Directories: games-puzzle/pathological/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f5913d8588322e3868d4d382bb4c164fcdb58fa 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: eb7814c9-a774-4254-a09c-9030d49c1b4d X-Archives-Hash: 71ba9ec4aa93a9f9c4428e856e2a6a37 commit: 1f5913d8588322e3868d4d382bb4c164fcdb58fa Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:09:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:21:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5913d8 games-puzzle/pathological: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...thological-1.1.3_p16.ebuild => pathological-1.1.3_p16-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild similarity index 94% rename from games-puzzle/pathological/pathological-1.1.3_p16.ebuild rename to games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild index f1e7df2a763..41ac5a9ae17 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16-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="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - >=dev-python/pygame-1.5.5[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygame-1.5.5[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS}