diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-15 16:57:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-15 16:57:19 +0200 |
commit | 959b6dfbdd3258e3ba4ef77a145894fa8b2aa274 (patch) | |
tree | 99d1ff17298bd73f0636caff3dcd26a45e83232a /dev-vcs/git-lfs | |
parent | dev-lang/elixir: amd64 stable wrt bug #727300 (diff) | |
download | gentoo-959b6dfbdd3258e3ba4ef77a145894fa8b2aa274.tar.gz gentoo-959b6dfbdd3258e3ba4ef77a145894fa8b2aa274.tar.bz2 gentoo-959b6dfbdd3258e3ba4ef77a145894fa8b2aa274.zip |
dev-vcs/git-lfs: amd64 stable wrt bug #727418
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-2.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-2.11.0.ebuild b/dev-vcs/git-lfs/git-lfs-2.11.0.ebuild index 001d987aa95f..0b54f1e63720 100644 --- a/dev-vcs/git-lfs/git-lfs-2.11.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-2.11.0.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 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" |