diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-05 11:57:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-05 12:25:02 +0100 |
commit | fd66a29265632bb70565dc76cff8ea77096f3d54 (patch) | |
tree | ae748cb586d84600a785a79656c76e59ee76eeb3 /dev-games | |
parent | dev-python/asyncstdlib: Bump to 3.12.0 (diff) | |
download | gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.tar.gz gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.tar.bz2 gentoo-fd66a29265632bb70565dc76cff8ea77096f3d54.zip |
Rename dev-python/{pysol_cards → pysol-cards}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/freecell-solver/freecell-solver-6.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild b/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild index f8aa18013c92..dfd7864f2000 100644 --- a/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild +++ b/dev-games/freecell-solver/freecell-solver-6.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-libs/rinutils $(python_gen_cond_dep ' - dev-python/pysol_cards[${PYTHON_USEDEP}] + dev-python/pysol-cards[${PYTHON_USEDEP}] dev-python/random2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] ') |