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: Fri, 19 Aug 2022 22:38:18
Message-Id: 1660948689.1b85e2d4ef3420d2e5d81d97bcac76fb9fc9b3ad.prometheanfire@gentoo
1 commit: 1b85e2d4ef3420d2e5d81d97bcac76fb9fc9b3ad
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 22:37:26 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 22:38:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b85e2d4
7
8 app-admin/ansible-base: stabilize 2.13.2 for amd64, arm64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 app-admin/ansible-base/ansible-base-2.13.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/ansible-base/ansible-base-2.13.2.ebuild b/app-admin/ansible-base/ansible-base-2.13.2.ebuild
16 index 87c538eaf16d..20a3a7eaa8dd 100644
17 --- a/app-admin/ansible-base/ansible-base-2.13.2.ebuild
18 +++ b/app-admin/ansible-base/ansible-base-2.13.2.ebuild
19 @@ -19,7 +19,7 @@ else
20 MY_PN="${PN/-base/-core}"
21 MY_P="${MY_PN}-${PV}"
22 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
24 + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
25 S="${WORKDIR}"/${MY_P}
26 fi