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 2C2DF1382C5 for ; Mon, 14 Jun 2021 14:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068DFE0CAE; Mon, 14 Jun 2021 14:36:17 +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 DE1B1E0CAE for ; Mon, 14 Jun 2021 14:36:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53E02340DBE for ; Mon, 14 Jun 2021 14:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 077967A2 for ; Mon, 14 Jun 2021 14:36:14 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1623681362.f8220319fb2840d5789b0b3ebd7e17fe2c9b4268.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.11.1.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: f8220319fb2840d5789b0b3ebd7e17fe2c9b4268 X-VCS-Branch: master Date: Mon, 14 Jun 2021 14:36:14 +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: fa83c23c-da37-42d6-a927-ea472ce2bb2a X-Archives-Hash: 0001aba3bc81bb1eb1503409d74e0e66 commit: f8220319fb2840d5789b0b3ebd7e17fe2c9b4268 Author: Matthew Thode gentoo org> AuthorDate: Mon Jun 14 14:36:02 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jun 14 14:36:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8220319 app-admin/ansible: add missing dep on resolvelib Closes: https://bugs.gentoo.org/795933 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.11.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/ansible/ansible-2.11.1.ebuild b/app-admin/ansible/ansible-2.11.1.ebuild index 1925abcf423..157aa381068 100644 --- a/app-admin/ansible/ansible-2.11.1.ebuild +++ b/app-admin/ansible/ansible-2.11.1.ebuild @@ -35,6 +35,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/netaddr[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/resolvelib[${PYTHON_USEDEP}] net-misc/sshpass virtual/ssh !app-admin/ansible-base