summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-01-03 14:17:34 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-03 14:19:20 -0600
commit347f8c2803e76172fd7568d3880513a50c4f8790 (patch)
tree98450856973b91f50cbc8ef6ce437305242894c3 /app-admin/ansible/ansible-2.10.4.ebuild
parentnet-misc/realtek-r8152: new package. (diff)
downloadgentoo-347f8c2803e76172fd7568d3880513a50c4f8790.tar.gz
gentoo-347f8c2803e76172fd7568d3880513a50c4f8790.tar.bz2
gentoo-347f8c2803e76172fd7568d3880513a50c4f8790.zip
app-admin/ansible: 2.10.4 stable amd64/x86/arm64 with cleanup
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible/ansible-2.10.4.ebuild')
-rw-r--r--app-admin/ansible/ansible-2.10.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-2.10.4.ebuild b/app-admin/ansible/ansible-2.10.4.ebuild
index cfb7d42b3a3d..3927ed75daf0 100644
--- a/app-admin/ansible/ansible-2.10.4.ebuild
+++ b/app-admin/ansible/ansible-2.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~x86 ~x64-macos"
+ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
fi
LICENSE="GPL-3"