diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 15:16:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 15:21:58 +0000 |
commit | dc21c8edefa2fea132be161c43f2562c2426d356 (patch) | |
tree | ef30de5796f21de7ee44f4afdd78d4a977b2e8da /games-simulation | |
parent | app-admin/conky: Fix bug #766704. (diff) | |
download | gentoo-dc21c8edefa2fea132be161c43f2562c2426d356.tar.gz gentoo-dc21c8edefa2fea132be161c43f2562c2426d356.tar.bz2 gentoo-dc21c8edefa2fea132be161c43f2562c2426d356.zip |
games-simulation/singularity: add blocker with sys-cluster/singularity
Closes: https://bugs.gentoo.org/618770
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild index eaa127e077a6..ac72760f074e 100644 --- a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild +++ b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,14 +17,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} +DEPEND=" + ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_MULTI_USEDEP}] dev-python/pygame[${PYTHON_MULTI_USEDEP}] dev-python/polib[${PYTHON_MULTI_USEDEP}] ') " -DEPEND="${RDEPEND}" +RDEPEND=" + ${RDEPEND} + !sys-cluster/singularity +" BDEPEND="app-arch/unzip" S="${WORKDIR}/${P/_alpha/a}" |