commit: 7c0fdcd3b455fb7b5468e6bc7dcc7699065378f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 00:52:15 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 00:52:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0fdcd3
sys-fs/compsize: Stabilize 1.3 amd64, #751577
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.3.ebuild
b/sys-fs/compsize/compsize-1.3.ebuild
index 8f8ff596a99..bf8f1d40bf8 100644
--- a/sys-fs/compsize/compsize-1.3.ebuild
+++ b/sys-fs/compsize/compsize-1.3.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 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-2+"