From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AB09138334 for ; Tue, 23 Apr 2019 12:48:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35847E09C6; Tue, 23 Apr 2019 12:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1781DE09C4 for ; Tue, 23 Apr 2019 12:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC752341E70 for ; Tue, 23 Apr 2019 12:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B675BE for ; Tue, 23 Apr 2019 12:48:06 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1556023654.3c6e3d8ea9d95f4313e896d8fcd6a2a8f2b81c41.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-bindata/go-bindata-1.0.0.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3c6e3d8ea9d95f4313e896d8fcd6a2a8f2b81c41 X-VCS-Branch: master Date: Tue, 23 Apr 2019 12:48:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea79513d-67f5-4c55-99b1-3fe5c9092e74 X-Archives-Hash: 7c6bf00265c4df9691fb5fc8477c270d commit: 3c6e3d8ea9d95f4313e896d8fcd6a2a8f2b81c41 Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 23 12:47:34 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 23 12:47:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6e3d8e dev-go/go-bindata: Stable on amd64 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> dev-go/go-bindata/go-bindata-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-bindata/go-bindata-1.0.0.ebuild b/dev-go/go-bindata/go-bindata-1.0.0.ebuild index 32457564b82..ebedc702e22 100644 --- a/dev-go/go-bindata/go-bindata-1.0.0.ebuild +++ b/dev-go/go-bindata/go-bindata-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/go-bindata/go-bindata/..." -KEYWORDS="~amd64 ~arm" +KEYWORDS="amd64 ~arm" DESCRIPTION="A small utility which generates Go code from any file" HOMEPAGE="https://github.com/go-bindata/go-bindata"