commit: fc0449154eafc09c9feda7b5c0c2a6e9f31ba072
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 05:37:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 05:37:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc044915
dev-vcs/git-lfs: Stabilize 2.13.3 amd64, #829170
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-lfs/git-lfs-2.13.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild
b/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild
index 641f9c79a60b..5c5be39ec301 100644
--- a/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-2.13.3.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" = 9999* ]]; then
inherit git-r3
else
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT"