diff options
author | Sam James <sam@gentoo.org> | 2021-04-25 05:58:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-25 06:18:38 +0000 |
commit | ee7e4f2619d040583fdb36821e8c40c6d7c0bb76 (patch) | |
tree | 18ee37ee1f034d18df7a1fba98a40fb1b1f02f05 /sys-fs/compsize | |
parent | dev-ml/parmap: add 1.2.1 (diff) | |
download | gentoo-ee7e4f2619d040583fdb36821e8c40c6d7c0bb76.tar.gz gentoo-ee7e4f2619d040583fdb36821e8c40c6d7c0bb76.tar.bz2 gentoo-ee7e4f2619d040583fdb36821e8c40c6d7c0bb76.zip |
sys-fs/compsize: sync live ebuild for KEYWORDS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/compsize')
-rw-r--r-- | sys-fs/compsize/compsize-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild index 471c60d719d1..1fd07df8eb27 100644 --- a/sys-fs/compsize/compsize-9999.ebuild +++ b/sys-fs/compsize/compsize-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/kilobyte/compsize.git" else SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2+ GPL-2" |