games-emulation/hatari: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 14:08:34 +0000 (15:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:21:55 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-emulation/hatari/hatari-2.2.1-r1.ebuild [moved from games-emulation/hatari/hatari-2.2.1.ebuild with 94% similarity]

similarity index 94%
rename from games-emulation/hatari/hatari-2.2.1.ebuild
rename to games-emulation/hatari/hatari-2.2.1-r1.ebuild
index 7c7a695b755a08db414feb9d65beb9a53ec2d42a..f6d9298755d1097d89cb6f945f1b8737cd7a3eec 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
@@ -30,7 +30,9 @@ DEPEND="
 
 RDEPEND="
        ${DEPEND}
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+       ')
        >=games-emulation/emutos-0.9.9.1
 "