commit: cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 16:41:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 16:41:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3e2cbe
sys-fs/compsize: Stabilize 1.5 x86, #790062
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild
b/sys-fs/compsize/compsize-1.5.ebuild
index 659c3f6e593..19890bad128 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.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 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="GPL-2+ GPL-2"