Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/SaltTesting/
Date: Mon, 12 Jul 2021 22:17:16
Message-Id: 1626128192.4503ae16789321834dde2018e775b9e17f4feb95.sam@gentoo
1 commit: 4503ae16789321834dde2018e775b9e17f4feb95
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:16:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:16:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4503ae16
7
8 dev-python/SaltTesting: Keyword 2018.9.21 arm64, #728612
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild b/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild
16 index dd100667fd9..78e0db8dbe6 100644
17 --- a/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild
18 +++ b/dev-python/SaltTesting/SaltTesting-2018.9.21.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
20 else
21 SRC_URI="https://github.com/saltstack/salt-testing/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22 S="${WORKDIR}/salt-testing-${PV}"
23 - KEYWORDS="amd64 ~arm x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 fi
26
27 LICENSE="Apache-2.0"