summaryrefslogtreecommitdiff
path: root/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-lfs/git-lfs-2.7.2.ebuild')
-rw-r--r--dev-vcs/git-lfs/git-lfs-2.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild b/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild
index ed1c9a5d2cb1..b2d04c64f711 100644
--- a/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
inherit golang-build golang-vcs
else
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
inherit golang-build golang-vcs-snapshot
fi