diff options
author | William Hubbs <williamh@gentoo.org> | 2021-02-21 16:29:21 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-02-21 16:34:21 -0600 |
commit | 3eafe49b41f46956a5700fe483aea23ea365dc7a (patch) | |
tree | da08aa0aa3c4db09af025ec4633f5fb2b5e4226b /app-admin | |
parent | dev-python/hvac: multiple fixes (diff) | |
download | gentoo-3eafe49b41f46956a5700fe483aea23ea365dc7a.tar.gz gentoo-3eafe49b41f46956a5700fe483aea23ea365dc7a.tar.bz2 gentoo-3eafe49b41f46956a5700fe483aea23ea365dc7a.zip |
app-admin/ansible-modules-hashivault: multiple fixes
- add python 3.9
- allow allarch stabilization
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-modules-hashivault/metadata.xml | 1 |
2 files changed, 2 insertions, 1 deletions
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 a586324f0f02..f3efbc5c0390 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 a2de45549bab..aeca96839a46 100644 --- a/app-admin/ansible-modules-hashivault/metadata.xml +++ b/app-admin/ansible-modules-hashivault/metadata.xml @@ -9,4 +9,5 @@ <email>chutzpah@gentoo.org</email> <name>Patrick McLean</name> </maintainer> + <stabilize-allarches/> </pkgmetadata> |