diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 16:13:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 16:21:13 +0200 |
commit | 92f451cb1193a952a78b13f334d22fe3efd04e8b (patch) | |
tree | a321c23d674140d8c72fd6f36f812f3d4693801b /dev-util/pkgcheck/pkgcheck-9999.ebuild | |
parent | sys-apps/pkgcore: Remove 0.12.5 (diff) | |
download | gentoo-92f451cb1193a952a78b13f334d22fe3efd04e8b.tar.gz gentoo-92f451cb1193a952a78b13f334d22fe3efd04e8b.tar.bz2 gentoo-92f451cb1193a952a78b13f334d22fe3efd04e8b.zip |
dev-util/pkgcheck: Bump to 0.10.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck/pkgcheck-9999.ebuild')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 5cce16c33f18..95bd406896b3 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -28,7 +28,7 @@ if [[ ${PV} == *9999 ]]; then else RDEPEND=" >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.12.1[${PYTHON_USEDEP}]" + >=sys-apps/pkgcore-0.12.6[${PYTHON_USEDEP}]" fi RDEPEND+=" dev-python/chardet[${PYTHON_USEDEP}] |