Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
Date: Sun, 05 Mar 2017 18:47:54
Message-Id: 1488739611.ecf4169e47222e0fe0db014e55f8c38e29259edb.mgorny@gentoo
1 commit: ecf4169e47222e0fe0db014e55f8c38e29259edb
2 Author: soredake <fdsfgs <AT> krutt <DOT> org>
3 AuthorDate: Sun Mar 5 16:21:55 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 18:46:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf4169e
7
8 net-misc/streamlink: replace MIT license -> Apache-2.0, bug #601378
9
10 Closes: https://github.com/gentoo/gentoo/pull/4126
11
12 net-misc/streamlink/streamlink-0.3.2.ebuild | 2 +-
13 net-misc/streamlink/streamlink-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/streamlink/streamlink-0.3.2.ebuild b/net-misc/streamlink/streamlink-0.3.2.ebuild
17 index 172391eae04..885ed74fd2b 100644
18 --- a/net-misc/streamlink/streamlink-0.3.2.ebuild
19 +++ b/net-misc/streamlink/streamlink-0.3.2.ebuild
20 @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/"
21 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 KEYWORDS="~amd64 ~x86"
24 -LICENSE="BSD-2 MIT"
25 +LICENSE="BSD-2 Apache-2.0"
26 SLOT="0"
27 IUSE="doc test"
28
29
30 diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild
31 index a39d95ab811..5adb60f7ff3 100644
32 --- a/net-misc/streamlink/streamlink-9999.ebuild
33 +++ b/net-misc/streamlink/streamlink-9999.ebuild
34 @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/"
35 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
36
37 KEYWORDS=""
38 -LICENSE="BSD-2 MIT"
39 +LICENSE="BSD-2 Apache-2.0"
40 SLOT="0"
41 IUSE="doc test"