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 D06E0158091 for ; Fri, 17 Jun 2022 23:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC91E0B0C; Fri, 17 Jun 2022 23:31:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B169E0B0C for ; Fri, 17 Jun 2022 23:31:36 +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 5FE28341AAC for ; Fri, 17 Jun 2022 23:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A54434F7 for ; Fri, 17 Jun 2022 23:31:33 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1655508687.1639b90490242078f390e430e7573d8702a4d195.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-modules-hashivault/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild X-VCS-Directories: app-admin/ansible-modules-hashivault/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1639b90490242078f390e430e7573d8702a4d195 X-VCS-Branch: master Date: Fri, 17 Jun 2022 23:31:33 +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: 446064aa-9322-415d-8fbc-c4912eb7f6c9 X-Archives-Hash: 362d1efc38d5e2a9ad987d7830c49184 commit: 1639b90490242078f390e430e7573d8702a4d195 Author: William Hubbs gentoo org> AuthorDate: Fri Jun 17 23:30:41 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jun 17 23:31:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1639b904 app-admin/ansible-modules-hashivault: disable py3.11 Signed-off-by: William Hubbs gentoo.org> .../ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild index e49655b5cde9..860fd5bff8e9 100644 --- a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild +++ b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Ansible module for hashicorp vault"