diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 16:03:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 16:03:35 +0000 |
commit | 76d7f84b1a51598693ffc6c5871995a657862367 (patch) | |
tree | c746319244e9d77d0b5229820bd933f9654c04a0 /dev-vcs/git-lfs | |
parent | sci-libs/metis: x86 stable (bug #716960) (diff) | |
download | gentoo-76d7f84b1a51598693ffc6c5871995a657862367.tar.gz gentoo-76d7f84b1a51598693ffc6c5871995a657862367.tar.bz2 gentoo-76d7f84b1a51598693ffc6c5871995a657862367.zip |
dev-vcs/git-lfs: x86 keyworded (bug #710534)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.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 0b54f1e63720..3bbf8d4e3001 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 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" |