summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-14 07:57:17 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-14 07:57:17 +0300
commit6f25c8ae9871fc0741f49b9a2ac1774b4cd06ae9 (patch)
tree29285853affd901eb06920b9e224ab96edc7775e
parentdev-util/pkgdev: set maintainer to pkgcore project (diff)
downloadgentoo-6f25c8ae9871fc0741f49b9a2ac1774b4cd06ae9.tar.gz
gentoo-6f25c8ae9871fc0741f49b9a2ac1774b4cd06ae9.tar.bz2
gentoo-6f25c8ae9871fc0741f49b9a2ac1774b4cd06ae9.zip
dev-util/pkgdev: (live) update minimal versions
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index 7fdd98f7203c..4c96ddc9b5ad 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -34,9 +34,9 @@ if [[ ${PV} == *9999 ]] ; then
else
# https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt
RDEPEND="
- >=dev-python/snakeoil-0.9.12[${PYTHON_USEDEP}]
- >=dev-util/pkgcheck-0.10.15[${PYTHON_USEDEP}]
- >=sys-apps/pkgcore-0.12.14[${PYTHON_USEDEP}]
+ >=dev-python/snakeoil-0.10.1[${PYTHON_USEDEP}]
+ >=dev-util/pkgcheck-0.10.16[${PYTHON_USEDEP}]
+ >=sys-apps/pkgcore-0.12.16[${PYTHON_USEDEP}]
"
fi