From fd66a29265632bb70565dc76cff8ea77096f3d54 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 5 Jan 2024 11:57:16 +0100 Subject: Rename dev-python/{pysol_cards → pysol-cards} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-games/freecell-solver/freecell-solver-6.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-games/freecell-solver') 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}] ') -- cgit v1.2.3-65-gdbad