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-metrics/uwsgi_exporter/
Date: Sat, 21 Sep 2019 02:42:08
Message-Id: 1569033643.013a6e12e6d3ab2eec67930a0bafb40af546fa81.zmedico@gentoo
1 commit: 013a6e12e6d3ab2eec67930a0bafb40af546fa81
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 02:39:39 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 02:40:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013a6e12
7
8 app-metrics/uwsgi_exporter: LICENSE: account for vendored software
9
10 Bug: https://bugs.gentoo.org/695220
11 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-metrics/uwsgi_exporter/uwsgi_exporter-0.7.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-metrics/uwsgi_exporter/uwsgi_exporter-0.7.0.ebuild b/app-metrics/uwsgi_exporter/uwsgi_exporter-0.7.0.ebuild
19 index 7c5dd6280d8..b705627040f 100644
20 --- a/app-metrics/uwsgi_exporter/uwsgi_exporter-0.7.0.ebuild
21 +++ b/app-metrics/uwsgi_exporter/uwsgi_exporter-0.7.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -13,7 +13,7 @@ KEYWORDS="~amd64"
29 DESCRIPTION="uWSGI metrics exporter for prometheus.io"
30 HOMEPAGE="https://github.com/timonwong/uwsgi_exporter"
31 SRC_URI="${ARCHIVE_URI}"
32 -LICENSE="Apache-2.0"
33 +LICENSE="Apache-2.0 BSD ISC MIT"
34 SLOT="0"
35 IUSE=""