From 5fd24bd14eb9b95bdda23d073516776a32304d1d Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Jul 2022 01:43:51 +0100 Subject: [PATCH] dev-python/filebytes: Stabilize 0.10.2 amd64, #857957 Signed-off-by: Sam James --- dev-python/filebytes/filebytes-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index deb10c412535f..6e216e84195b1 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/sashs/filebytes" else SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="BSD"