From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B78D15802F for ; Sat, 4 Mar 2023 15:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7876E07C9; Sat, 4 Mar 2023 15:16:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82268E07C9 for ; Sat, 4 Mar 2023 15:16:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB8C034130E for ; Sat, 4 Mar 2023 15:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F76689F for ; Sat, 4 Mar 2023 15:16:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677942978.2276ec632deada4e916f9d1e675689b3d2d4dabf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2276ec632deada4e916f9d1e675689b3d2d4dabf X-VCS-Branch: master Date: Sat, 4 Mar 2023 15:16:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 527d9a94-5c44-4d0d-a791-92b15b1d206b X-Archives-Hash: 1b1dabfbfea5d9bd8b265cc412d1d7be commit: 2276ec632deada4e916f9d1e675689b3d2d4dabf Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 15:14:22 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 15:16:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2276ec63 dev-util/pkgdev: (live) update dependencies Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 7 ++++--- 1 file 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" }