summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-03-04 17:14:22 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-04 17:16:18 +0200
commit2276ec632deada4e916f9d1e675689b3d2d4dabf (patch)
tree7a3358a3f72ef30b38d79c0751c089363a43a0e7 /dev-util/pkgdev
parent*/*: Reassign junghans's packages (diff)
downloadgentoo-2276ec632deada4e916f9d1e675689b3d2d4dabf.tar.gz
gentoo-2276ec632deada4e916f9d1e675689b3d2d4dabf.tar.bz2
gentoo-2276ec632deada4e916f9d1e675689b3d2d4dabf.zip
dev-util/pkgdev: (live) update dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index 3ce9dec619cb..da01d4dd6865 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,9 +31,9 @@ if [[ ${PV} == *9999 ]] ; then
"
else
RDEPEND="
- >=dev-python/snakeoil-0.10.3[${PYTHON_USEDEP}]
- >=dev-util/pkgcheck-0.10.16[${PYTHON_USEDEP}]
+ >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]
>=sys-apps/pkgcore-0.12.16[${PYTHON_USEDEP}]
+ >=dev-util/pkgcheck-0.10.16[${PYTHON_USEDEP}]
"
fi
@@ -69,4 +69,5 @@ python_install_all() {
pkg_postinst() {
optfeature "sending email support" x11-misc/xdg-utils
+ optfeature "tatt subcommand" "app-portage/nattka dev-python/jinja"
}