games-puzzle/angrydd: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 14:09:06 +0000 (15:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:21:58 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild [moved from games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild with 90% similarity]

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 24ba0652762885e2b4b355e94c0852e1c84014ff..3ed88c2a33d3ed5ebd9f308143d3ca15641c7b77 100644 (file)
@@ -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=""