diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 00:06:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 00:06:36 +0000 |
commit | 51664ff8595b713db23b0d45411c0e4ed1f75b0a (patch) | |
tree | b7b1e6fa43a0db1d0a0f52e1a204078ebd708d4d /app-admin | |
parent | sys-process/parallel: cleanup old (diff) | |
download | gentoo-51664ff8595b713db23b0d45411c0e4ed1f75b0a.tar.gz gentoo-51664ff8595b713db23b0d45411c0e4ed1f75b0a.tar.bz2 gentoo-51664ff8595b713db23b0d45411c0e4ed1f75b0a.zip |
app-admin/salt: Keyword 3002.2-r2 arm, #728612
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/salt/salt-3002.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/salt/salt-3002.2-r2.ebuild b/app-admin/salt/salt-3002.2-r2.ebuild index 874b6a32b088..87ea8af89658 100644 --- a/app-admin/salt/salt-3002.2-r2.ebuild +++ b/app-admin/salt/salt-3002.2-r2.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 SRC_URI="" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="Apache-2.0" |