Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/
Date: Mon, 23 Aug 2021 19:25:49
Message-Id: 1629746740.85745d77fa8074f542945809c72bb590858b769c.prometheanfire@gentoo
1 commit: 85745d77fa8074f542945809c72bb590858b769c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 19:23:20 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 19:25:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85745d77
7
8 app-admin/ansible-base: 2.11.3 stable amd64/x86/arm64
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible-base/ansible-base-2.11.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/ansible-base/ansible-base-2.11.3.ebuild b/app-admin/ansible-base/ansible-base-2.11.3.ebuild
17 index 459607c5a03..a1ac0e17abf 100644
18 --- a/app-admin/ansible-base/ansible-base-2.11.3.ebuild
19 +++ b/app-admin/ansible-base/ansible-base-2.11.3.ebuild
20 @@ -19,7 +19,7 @@ else
21 MY_PN="${PN/-base/-core}"
22 MY_P="${MY_PN}-${PV}"
23 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
25 + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
26 S="${WORKDIR}"/${MY_P}
27 fi