diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:10:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:22:02 +0100 |
commit | 2a41d708c59e9ab0d0df25c5ff0e3c2f76976e5c (patch) | |
tree | dc8bbedfd739b18ad681a127688af6b5d17833df /games-simulation | |
parent | games-rpg/wastesedge: Switch to PYTHON_SINGLE_USEDEP (diff) | |
download | gentoo-2a41d708c59e9ab0d0df25c5ff0e3c2f76976e5c.tar.gz gentoo-2a41d708c59e9ab0d0df25c5ff0e3c2f76976e5c.tar.bz2 gentoo-2a41d708c59e9ab0d0df25c5ff0e3c2f76976e5c.zip |
games-simulation/singularity: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild (renamed from games-simulation/singularity/singularity-1.0_alpha1.ebuild) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild index d54f147ac48d..644b755a6c29 100644 --- a/games-simulation/singularity/singularity-1.0_alpha1.ebuild +++ b/games-simulation/singularity/singularity-1.0_alpha1-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 @@ -18,9 +18,11 @@ KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/polib[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + dev-python/pygame[${PYTHON_MULTI_USEDEP}] + dev-python/polib[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}" BDEPEND="app-arch/unzip" |