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: Wed, 02 Jun 2021 16:45:06
Message-Id: 1622652084.cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb.sam@gentoo
1 commit: cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 16:41:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 16:41:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3e2cbe
7
8 sys-fs/compsize: Stabilize 1.5 x86, #790062
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 659c3f6e593..19890bad128 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 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 fi
26
27 LICENSE="GPL-2+ GPL-2"