Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
Date: Sun, 25 Apr 2021 06:19:33
Message-Id: 1619331518.ee7e4f2619d040583fdb36821e8c40c6d7c0bb76.sam@gentoo
1 commit: ee7e4f2619d040583fdb36821e8c40c6d7c0bb76
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 05:58:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 06:18:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7e4f26
7
8 sys-fs/compsize: sync live ebuild for KEYWORDS
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/compsize/compsize-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
16 index 471c60d719d..1fd07df8eb2 100644
17 --- a/sys-fs/compsize/compsize-9999.ebuild
18 +++ b/sys-fs/compsize/compsize-9999.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
21 else
22 SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 fi
26
27 LICENSE="GPL-2+ GPL-2"