commit: fdcb9f58afe1a702df055a27e1d9e5ffd41e1671
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 15:08:55 2019 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 15:13:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcb9f58
dev-vcs/git-lfs: add ~amd64-linux ~x86-linux keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
dev-vcs/git-lfs/git-lfs-2.7.2.ebuild | 2 +-
dev-vcs/git-lfs/git-lfs-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 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 ed1c9a5d2cb..b2d04c64f71 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
diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild
b/dev-vcs/git-lfs/git-lfs-9999.ebuild
index 90878f67a22..d20644148b1 100644
--- a/dev-vcs/git-lfs/git-lfs-9999.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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