diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-14 18:28:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-14 18:28:57 -0500 |
commit | cec521e48c2acddabef6cd69ca3065960e5f5737 (patch) | |
tree | 28dfe0aea14781c3f840b6ab8339647efd4cf792 /app-admin/ansible-core | |
parent | app-admin/ansible-core: add 2.12.10 (diff) | |
download | gentoo-cec521e48c2acddabef6cd69ca3065960e5f5737.tar.gz gentoo-cec521e48c2acddabef6cd69ca3065960e5f5737.tar.bz2 gentoo-cec521e48c2acddabef6cd69ca3065960e5f5737.zip |
app-admin/ansible-core: 2.12.9 and 2.13.4 stable amd64 arm64 x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-core')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.12.9.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.13.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.12.9.ebuild b/app-admin/ansible-core/ansible-core-2.12.9.ebuild index 10e608c937a9..aebbfcec8b52 100644 --- a/app-admin/ansible-core/ansible-core-2.12.9.ebuild +++ b/app-admin/ansible-core/ansible-core-2.12.9.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="GPL-3" diff --git a/app-admin/ansible-core/ansible-core-2.13.4.ebuild b/app-admin/ansible-core/ansible-core-2.13.4.ebuild index 3655837bc68d..dc98f352bb3f 100644 --- a/app-admin/ansible-core/ansible-core-2.13.4.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.4.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="devel" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="GPL-3" |