dev-vcs/git-lfs: add ~amd64-linux ~x86-linux keywords
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 15:08:55 +0000 (17:08 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 24 Jun 2019 15:13:45 +0000 (17:13 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
dev-vcs/git-lfs/git-lfs-2.7.2.ebuild
dev-vcs/git-lfs/git-lfs-9999.ebuild

index ed1c9a5d2cb1c6a03c8a64da945082ef2bd3de5f..b2d04c64f7119cc5be318898c24ba19105a686a6 100644 (file)
@@ -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
 
index 90878f67a22ad7128aa0f5cbfa009e5ea06ba46c..d20644148b1b4db1c164f37d0679ed68b3410523 100644 (file)
@@ -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