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 E704B138334 for ; Wed, 18 Sep 2019 00:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0903E08F3; Wed, 18 Sep 2019 00:05:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DC061E08F3 for ; Wed, 18 Sep 2019 00:05:33 +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 BF31D34B2BD for ; Wed, 18 Sep 2019 00:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 226DC7F1 for ; Wed, 18 Sep 2019 00:05:31 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1568765083.235fbb7762199b190934c0352bb0d684e0f6dcf3.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/hey/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/hey/hey-0.1.1_p20181017.ebuild X-VCS-Directories: app-benchmarks/hey/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 235fbb7762199b190934c0352bb0d684e0f6dcf3 X-VCS-Branch: master Date: Wed, 18 Sep 2019 00:05:31 +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: 7957617d-62ab-401a-8bcd-c31458f51682 X-Archives-Hash: 5990602c873027458cf5fec1ebc14423 commit: 235fbb7762199b190934c0352bb0d684e0f6dcf3 Author: Zac Medico gentoo org> AuthorDate: Wed Sep 18 00:04:20 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Sep 18 00:04:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fbb77 app-benchmarks/hey: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/694726 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-benchmarks/hey/hey-0.1.1_p20181017.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild b/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild index 1b73bfe82c4..c01847f7edc 100644 --- a/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild +++ b/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild @@ -12,7 +12,7 @@ inherit golang-build golang-vcs-snapshot DESCRIPTION="HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom" HOMEPAGE="https://github.com/rakyll/hey" SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD" SLOT="0" KEYWORDS="~amd64" RESTRICT="test"