Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/
Date: Fri, 31 May 2019 06:49:48
Message-Id: 1559285368.3eb1891d9d9ef0dd5f4f7e753408a1367b491794.ago@gentoo
1 commit: 3eb1891d9d9ef0dd5f4f7e753408a1367b491794
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 06:49:28 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 06:49:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb1891d
7
8 dev-vcs/git-lfs: amd64 stable wrt bug #682400
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 dev-vcs/git-lfs/git-lfs-2.6.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild b/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild
18 index ed1c9a5d2cb..d80a68a5c75 100644
19 --- a/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild
20 +++ b/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
22 inherit golang-build golang-vcs
23 else
24 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 inherit golang-build golang-vcs-snapshot
28 fi