Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/hey/
Date: Wed, 18 Sep 2019 00:05:34
Message-Id: 1568765083.235fbb7762199b190934c0352bb0d684e0f6dcf3.zmedico@gentoo
1 commit: 235fbb7762199b190934c0352bb0d684e0f6dcf3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 00:04:20 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 00:04:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fbb77
7
8 app-benchmarks/hey: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/694726
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-benchmarks/hey/hey-0.1.1_p20181017.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild b/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild
19 index 1b73bfe82c4..c01847f7edc 100644
20 --- a/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild
21 +++ b/app-benchmarks/hey/hey-0.1.1_p20181017.ebuild
22 @@ -12,7 +12,7 @@ inherit golang-build golang-vcs-snapshot
23 DESCRIPTION="HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom"
24 HOMEPAGE="https://github.com/rakyll/hey"
25 SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
26 -LICENSE="Apache-2.0"
27 +LICENSE="Apache-2.0 BSD"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 RESTRICT="test"