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-kids/childsplay/
Date: Sun, 09 Feb 2020 16:25:26
Message-Id: 1581265316.83f1450abb347289b3f993653ffc7ca51690118e.mgorny@gentoo
1 commit: 83f1450abb347289b3f993653ffc7ca51690118e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:08:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f1450a
7
8 games-kids/childsplay: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{childsplay-0.90.2-r1.ebuild => childsplay-0.90.2-r2.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/games-kids/childsplay/childsplay-0.90.2-r1.ebuild b/games-kids/childsplay/childsplay-0.90.2-r2.ebuild
16 similarity index 97%
17 rename from games-kids/childsplay/childsplay-0.90.2-r1.ebuild
18 rename to games-kids/childsplay/childsplay-0.90.2-r2.ebuild
19 index 3c535ad41d9..a0714b34463 100644
20 --- a/games-kids/childsplay/childsplay-0.90.2-r1.ebuild
21 +++ b/games-kids/childsplay/childsplay-0.90.2-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 DEPEND="${PYTHON_DEPS}
32 - dev-python/pygame[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/pygame[${PYTHON_MULTI_USEDEP}]
35 + ')
36 media-libs/sdl-image[gif,jpeg,png]
37 media-libs/sdl-ttf
38 media-libs/sdl-mixer[vorbis]