diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-27 21:02:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-27 21:25:07 +0200 |
commit | 389ec0e90f5e6a50c7102f7fdfc52a15a9c2fc7b (patch) | |
tree | 40674d57e6ba8976a7ff4b4192bbdc9d01317b01 /dev-util/pkgcheck | |
parent | dev-util/pkgcheck: drop 0.10.17 (diff) | |
download | gentoo-389ec0e90f5e6a50c7102f7fdfc52a15a9c2fc7b.tar.gz gentoo-389ec0e90f5e6a50c7102f7fdfc52a15a9c2fc7b.tar.bz2 gentoo-389ec0e90f5e6a50c7102f7fdfc52a15a9c2fc7b.zip |
dev-util/pkgcheck: (live) update minimal deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 2a5d551d17a9..45516db85496 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -29,8 +29,8 @@ if [[ ${PV} == *9999 ]]; then ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" else RDEPEND=" - >=dev-python/snakeoil-0.10.3[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.12.17[${PYTHON_USEDEP}]" + >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.12.18[${PYTHON_USEDEP}]" fi RDEPEND+=" dev-libs/tree-sitter |