Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
Date: Wed, 28 Oct 2020 14:33:17
Message-Id: 1603895546.c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f.whissi@gentoo
1 commit: c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 14:32:26 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 14:32:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fbec06
7
8 sys-fs/compsize: x86 stable (bug #751577)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-fs/compsize/compsize-1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
17 index df2657574f7..8f8ff596a99 100644
18 --- a/sys-fs/compsize/compsize-1.3.ebuild
19 +++ b/sys-fs/compsize/compsize-1.3.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
21 EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
22 else
23 SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 x86"
26 fi
27
28 LICENSE="GPL-2+"