diff options
author | 2019-06-24 17:08:55 +0200 | |
---|---|---|
committer | 2019-06-24 17:13:45 +0200 | |
commit | fdcb9f58afe1a702df055a27e1d9e5ffd41e1671 (patch) | |
tree | d300c987ea1e2edc28b40703b5ecd3d998a973e5 /dev-vcs/git-lfs/git-lfs-9999.ebuild | |
parent | dev-ruby/test-unit: add ~x86-linux keyword (diff) | |
download | gentoo-fdcb9f58afe1a702df055a27e1d9e5ffd41e1671.tar.gz gentoo-fdcb9f58afe1a702df055a27e1d9e5ffd41e1671.tar.bz2 gentoo-fdcb9f58afe1a702df055a27e1d9e5ffd41e1671.zip |
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@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs/git-lfs-9999.ebuild')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 90878f67a22a..d20644148b1b 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 |