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 05:19:23
Message-Id: 1619327913.62ee47378ac8f30368c1cf411a77381ae3c4681c.sam@gentoo
1 commit: 62ee47378ac8f30368c1cf411a77381ae3c4681c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 05:18:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 05:18:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee4737
7
8 sys-fs/compsize: Keyword 1.5 arm64, #774213
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/compsize/compsize-1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
16 index 21474d2e998..1fd07df8eb2 100644
17 --- a/sys-fs/compsize/compsize-1.5.ebuild
18 +++ b/sys-fs/compsize/compsize-1.5.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 ~arm ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 fi
26
27 LICENSE="GPL-2+ GPL-2"