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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D52C51382C5 for ; Sat, 27 Feb 2021 12:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C83BE0907; Sat, 27 Feb 2021 12:45:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5877E0907 for ; Sat, 27 Feb 2021 12:45:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E761734109D for ; Sat, 27 Feb 2021 12:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4964453 for ; Sat, 27 Feb 2021 12:45:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614429923.65507f30e22827b8bffb89a52d7d71e559868f78.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65507f30e22827b8bffb89a52d7d71e559868f78 X-VCS-Branch: master Date: Sat, 27 Feb 2021 12:45:27 +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: 772e66b0-f886-4a82-a301-bfafe4f5a66a X-Archives-Hash: 11066d4af74282af5c2143dba9316c2d commit: 65507f30e22827b8bffb89a52d7d71e559868f78 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 12:43:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 12:45:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65507f30 dev-util/pkgdev: add dev-util/pkgcheck dep Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index cd281d065bf..053004ea50f 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -24,6 +24,7 @@ SLOT="0" if [[ ${PV} == *9999 ]] ; then RDEPEND=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}] + ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}] ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}] " fi