diff options
author | Theo Anderson <telans@posteo.de> | 2021-01-05 22:17:36 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2021-01-05 22:18:18 +1300 |
commit | 27f49697321a2cc523ada62cae0f40de87c0bc65 (patch) | |
tree | 02c69fd3cfe2d38bb8d2b5fb761248bd36fae7e8 /sys-apps/procs/procs-0.10.10.ebuild | |
parent | dev-cpp/folly: add || die on sed commands (diff) | |
download | guru-27f49697321a2cc523ada62cae0f40de87c0bc65.tar.gz guru-27f49697321a2cc523ada62cae0f40de87c0bc65.tar.bz2 guru-27f49697321a2cc523ada62cae0f40de87c0bc65.zip |
*/*: add ~arm{,64} keywords for my packages where possible
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'sys-apps/procs/procs-0.10.10.ebuild')
-rw-r--r-- | sys-apps/procs/procs-0.10.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/procs/procs-0.10.10.ebuild b/sys-apps/procs/procs-0.10.10.ebuild index ff984c15a..13f67c665 100644 --- a/sys-apps/procs/procs-0.10.10.ebuild +++ b/sys-apps/procs/procs-0.10.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -189,5 +189,5 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror" |