diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-08 00:40:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-01-08 00:40:58 -0600 |
commit | d98a46d6299a8b6ed835d79f98c63b175a0b56ec (patch) | |
tree | 716b68395735bb20264d9fcb5f6549b209bf21c1 /app-admin | |
parent | app-admin/ansible-base: 2.12.1 and 2.11.7 stable amd64/arm64/x86 (diff) | |
download | gentoo-d98a46d6299a8b6ed835d79f98c63b175a0b56ec.tar.gz gentoo-d98a46d6299a8b6ed835d79f98c63b175a0b56ec.tar.bz2 gentoo-d98a46d6299a8b6ed835d79f98c63b175a0b56ec.zip |
app-admin/ansible: 5.0.1 stable amd64/arm64/x86
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible/ansible-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-5.0.1.ebuild b/app-admin/ansible/ansible-5.0.1.ebuild index 5efc642e8678..21e85e45cd01 100644 --- a/app-admin/ansible/ansible-5.0.1.ebuild +++ b/app-admin/ansible/ansible-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" RESTRICT="test" RDEPEND=">=app-admin/ansible-base-2.12.0 |