Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/
Date: Sun, 09 Feb 2020 16:25:28
Message-Id: 1581265319.1f5913d8588322e3868d4d382bb4c164fcdb58fa.mgorny@gentoo
1 commit: 1f5913d8588322e3868d4d382bb4c164fcdb58fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:09:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5913d8
7
8 games-puzzle/pathological: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...thological-1.1.3_p16.ebuild => pathological-1.1.3_p16-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild
16 similarity index 94%
17 rename from games-puzzle/pathological/pathological-1.1.3_p16.ebuild
18 rename to games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild
19 index f1e7df2a763..41ac5a9ae17 100644
20 --- a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild
21 +++ b/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -21,7 +21,9 @@ IUSE="doc"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="${PYTHON_DEPS}
32 - >=dev-python/pygame-1.5.5[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + >=dev-python/pygame-1.5.5[${PYTHON_MULTI_USEDEP}]
35 + ')
36 "
37 DEPEND="${RDEPEND}"
38 BDEPEND="${PYTHON_DEPS}