diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-26 12:17:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-26 12:17:36 +0100 |
commit | 851316a816c150a1d07a634a917a4935104975c3 (patch) | |
tree | 85532c85e699089e88aee79e0256d5f59fe2de4a /dev-util/gi-docgen | |
parent | dev-python/python-lsp-black: Port to tomllib/tomli (diff) | |
download | gentoo-851316a816c150a1d07a634a917a4935104975c3.tar.gz gentoo-851316a816c150a1d07a634a917a4935104975c3.tar.bz2 gentoo-851316a816c150a1d07a634a917a4935104975c3.zip |
dev-util/gi-docgen: Fix incorrect toml deps
Bug: https://bugs.gentoo.org/878675
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gi-docgen')
-rw-r--r-- | dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild (renamed from dev-util/gi-docgen/gi-docgen-2023.1.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-util/gi-docgen/gi-docgen-2023.1.ebuild b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild index 932e410b1a8f..20341c3e90f9 100644 --- a/dev-util/gi-docgen/gi-docgen-2023.1.ebuild +++ b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild @@ -26,11 +26,8 @@ RDEPEND=" >=dev-python/typogrify-2[${PYTHON_USEDEP}] ') $(python_gen_cond_dep ' - dev-python/toml[${PYTHON_USEDEP}] - ' python3_{8..10}) - $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}] - ' python3_11) + ' 3.{8..10}) " DEPEND="${RDEPEND}" |