commit: fbc663f48eba034ed794d602f6b2a8b23146cb76 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Thu Feb 7 10:49:35 2019 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu Feb 7 10:53:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc663f4
app-misc/go-jira: Stabilize on amd64 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org> app-misc/go-jira/go-jira-1.0.20.ebuild | 4 ++-- 1 file 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 513090c2a8f..14338649642 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"