diff options
author | Sam James <sam@gentoo.org> | 2021-12-15 05:37:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-15 05:37:17 +0000 |
commit | fc0449154eafc09c9feda7b5c0c2a6e9f31ba072 (patch) | |
tree | 2dceea8f1fbcc64e85267caa2a5d625063dd6b46 /dev-vcs/git-lfs | |
parent | app-shells/starship: Stabilize 0.58.0 amd64, #829217 (diff) | |
download | gentoo-fc0449154eafc09c9feda7b5c0c2a6e9f31ba072.tar.gz gentoo-fc0449154eafc09c9feda7b5c0c2a6e9f31ba072.tar.bz2 gentoo-fc0449154eafc09c9feda7b5c0c2a6e9f31ba072.zip |
dev-vcs/git-lfs: Stabilize 2.13.3 amd64, #829170
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-2.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |