diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-05-31 08:49:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-05-31 08:49:28 +0200 |
commit | 3eb1891d9d9ef0dd5f4f7e753408a1367b491794 (patch) | |
tree | 310efc551f70ba530f2b9b0a6dd5ed7bb614a07d /dev-vcs/git-lfs | |
parent | net-dns/pdns-recursor: Add debug USE flag (diff) | |
download | gentoo-3eb1891d9d9ef0dd5f4f7e753408a1367b491794.tar.gz gentoo-3eb1891d9d9ef0dd5f4f7e753408a1367b491794.tar.bz2 gentoo-3eb1891d9d9ef0dd5f4f7e753408a1367b491794.zip |
dev-vcs/git-lfs: amd64 stable wrt bug #682400
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild b/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild index ed1c9a5d2cb1..d80a68a5c75d 100644 --- a/dev-vcs/git-lfs/git-lfs-2.6.1.ebuild +++ b/dev-vcs/git-lfs/git-lfs-2.6.1.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" inherit golang-build golang-vcs-snapshot fi |