commit: ee23c936a096a2605be7004c99c85a1c3229ac4f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 10 08:29:36 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 08:31:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee23c936
dev-python/Levenshtein: Require rapidfuzz-cpp < 2 Closes: https://bugs.gentoo.org/907812 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{Levenshtein-0.21.0.ebuild => Levenshtein-0.21.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild b/dev-python/Levenshtein/Levenshtein-0.21.0-r1.ebuild similarity index 97% rename from dev-python/Levenshtein/Levenshtein-0.21.0.ebuild rename to dev-python/Levenshtein/Levenshtein-0.21.0-r1.ebuild index 6046bb19e2ca..6f5b0a6fbfa3 100644 --- a/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild +++ b/dev-python/Levenshtein/Levenshtein-0.21.0-r1.ebuild @@ -25,6 +25,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" DEPEND=" + <dev-cpp/rapidfuzz-cpp-2 >=dev-cpp/rapidfuzz-cpp-1.7.0 " RDEPEND="
