commit: 3eafe49b41f46956a5700fe483aea23ea365dc7a
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 22:29:21 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 22:34:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eafe49b
app-admin/ansible-modules-hashivault: multiple fixes
- add python 3.9
- allow allarch stabilization
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
.../ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild | 2 +-
app-admin/ansible-modules-hashivault/metadata.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild
index a586324f0f0..f3efbc5c039 100644
---
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild
+++
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_8 python3_9 )
inherit distutils-r1
DESCRIPTION="Ansible module for hashicorp vault"
diff --git a/app-admin/ansible-modules-hashivault/metadata.xml
b/app-admin/ansible-modules-hashivault/metadata.xml
index a2de45549ba..aeca96839a4 100644
--- a/app-admin/ansible-modules-hashivault/metadata.xml
+++ b/app-admin/ansible-modules-hashivault/metadata.xml
@@ -9,4 +9,5 @@
<email>[email protected]</email>
<name>Patrick McLean</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>