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 4D730139694 for ; Sun, 5 Mar 2017 18:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED9221C038; Sun, 5 Mar 2017 18:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27BCA21C038 for ; Sun, 5 Mar 2017 18:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD771341734 for ; Sun, 5 Mar 2017 18:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 233585D80 for ; Sun, 5 Mar 2017 18:47:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1488739611.ecf4169e47222e0fe0db014e55f8c38e29259edb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/streamlink/streamlink-0.3.2.ebuild net-misc/streamlink/streamlink-9999.ebuild X-VCS-Directories: net-misc/streamlink/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ecf4169e47222e0fe0db014e55f8c38e29259edb X-VCS-Branch: master Date: Sun, 5 Mar 2017 18:47:48 +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-Archives-Salt: 47d894d9-24c9-422b-901c-28ee27e09c4f X-Archives-Hash: 9245f1cc32f15d3ad5d6353404e34bbc commit: ecf4169e47222e0fe0db014e55f8c38e29259edb Author: soredake krutt org> AuthorDate: Sun Mar 5 16:21:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 5 18:46:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf4169e net-misc/streamlink: replace MIT license -> Apache-2.0, bug #601378 Closes: https://github.com/gentoo/gentoo/pull/4126 net-misc/streamlink/streamlink-0.3.2.ebuild | 2 +- net-misc/streamlink/streamlink-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/streamlink/streamlink-0.3.2.ebuild b/net-misc/streamlink/streamlink-0.3.2.ebuild index 172391eae04..885ed74fd2b 100644 --- a/net-misc/streamlink/streamlink-0.3.2.ebuild +++ b/net-misc/streamlink/streamlink-0.3.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" -LICENSE="BSD-2 MIT" +LICENSE="BSD-2 Apache-2.0" SLOT="0" IUSE="doc test" diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index a39d95ab811..5adb60f7ff3 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/" EGIT_REPO_URI="https://github.com/${PN}/${PN}" KEYWORDS="" -LICENSE="BSD-2 MIT" +LICENSE="BSD-2 Apache-2.0" SLOT="0" IUSE="doc test"