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 6AEEB138350 for ; Sat, 15 Feb 2020 12:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AACC4E08DD; Sat, 15 Feb 2020 12:28:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8FA3AE08DD for ; Sat, 15 Feb 2020 12:28:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 76E7934ECF9 for ; Sat, 15 Feb 2020 12:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06764116 for ; Sat, 15 Feb 2020 12:28:09 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581769672.8063b50f3019b0c1a03dc2c1ce1d3ee74186fa0b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/get-ego-vendor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild X-VCS-Directories: dev-go/get-ego-vendor/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8063b50f3019b0c1a03dc2c1ce1d3ee74186fa0b X-VCS-Branch: master Date: Sat, 15 Feb 2020 12:28:09 +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: 61598936-4a04-4a68-92df-eee65d3b3893 X-Archives-Hash: a17fb62679c36153c5ff754ba67f6019 commit: 8063b50f3019b0c1a03dc2c1ce1d3ee74186fa0b Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Feb 15 12:20:20 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Feb 15 12:27:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8063b50f dev-go/get-ego-vendor: keyword on ~ppc64 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild b/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild index 99e3387f694..698caa797b7 100644 --- a/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild +++ b/dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild @@ -1,16 +1,16 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit go-module DESCRIPTION="Utility to generate EGO_VENDOR data for ebuilds" -HOMEPAGE="http://github.com/williamh/get-ego-vendor" +HOMEPAGE="https://github.com/williamh/get-ego-vendor" SRC_URI="https://github.com/williamh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" src_compile () { go build || die