diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:08:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:21:55 +0100 |
commit | 485aea2fd3636158c8923239c9f2bc9f4251bc7e (patch) | |
tree | d464fa8ec5298ddc9eb49983b67c66eb8d62e8f7 /games-emulation | |
parent | games-arcade/funnyboat: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-485aea2fd3636158c8923239c9f2bc9f4251bc7e.tar.gz gentoo-485aea2fd3636158c8923239c9f2bc9f4251bc7e.tar.bz2 gentoo-485aea2fd3636158c8923239c9f2bc9f4251bc7e.zip |
games-emulation/hatari: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/hatari-2.2.1-r1.ebuild (renamed from games-emulation/hatari/hatari-2.2.1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/hatari/hatari-2.2.1.ebuild b/games-emulation/hatari/hatari-2.2.1-r1.ebuild index 7c7a695b755a..f6d9298755d1 100644 --- a/games-emulation/hatari/hatari-2.2.1.ebuild +++ b/games-emulation/hatari/hatari-2.2.1-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 @@ -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 " |