diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:49:35 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:53:08 +0100 |
commit | fbc663f48eba034ed794d602f6b2a8b23146cb76 (patch) | |
tree | 1794b62de24371033109d08ca05ea073d3272283 /app-misc/go-jira | |
parent | dev-lua/luasocket: amd64 stable wrt bug #676488 (diff) | |
download | gentoo-fbc663f48eba034ed794d602f6b2a8b23146cb76.tar.gz gentoo-fbc663f48eba034ed794d602f6b2a8b23146cb76.tar.bz2 gentoo-fbc663f48eba034ed794d602f6b2a8b23146cb76.zip |
app-misc/go-jira: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-misc/go-jira')
-rw-r--r-- | app-misc/go-jira/go-jira-1.0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/go-jira/go-jira-1.0.20.ebuild b/app-misc/go-jira/go-jira-1.0.20.ebuild index 513090c2a8f9..143386496429 100644 --- a/app-misc/go-jira/go-jira-1.0.20.ebuild +++ b/app-misc/go-jira/go-jira-1.0.20.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 @@ -7,7 +7,7 @@ EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1" inherit golang-build golang-vcs-snapshot -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="A simple JIRA commandline client in Go" HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira" |