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 681BD138334 for ; Sat, 23 Nov 2019 13:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C7C5E076B; Sat, 23 Nov 2019 13:17:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7EEE6E076B for ; Sat, 23 Nov 2019 13:17:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29CA334D265 for ; Sat, 23 Nov 2019 13:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6D205FF for ; Sat, 23 Nov 2019 13:17:35 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1574515046.ab74f1d531264e4271d69649458ae8a51d990aa6.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/srt/srt-1.4.0.ebuild net-libs/srt/srt-9999.ebuild X-VCS-Directories: net-libs/srt/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: ab74f1d531264e4271d69649458ae8a51d990aa6 X-VCS-Branch: master Date: Sat, 23 Nov 2019 13:17:35 +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: cef83993-38f9-4770-bccc-bf63209edf1d X-Archives-Hash: cef89ad80669afced6c27722a45f26a3 commit: ab74f1d531264e4271d69649458ae8a51d990aa6 Author: Luca Barbato gentoo org> AuthorDate: Sat Nov 23 13:17:11 2019 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sat Nov 23 13:17:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab74f1d5 net-libs/srt: Update to the current license SRT got relicensed to MPL-2.0. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Luca Barbato gentoo.org> net-libs/srt/srt-1.4.0.ebuild | 2 +- net-libs/srt/srt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/srt/srt-1.4.0.ebuild b/net-libs/srt/srt-1.4.0.ebuild index 056c2e8271b..7188ae1c913 100644 --- a/net-libs/srt/srt-1.4.0.ebuild +++ b/net-libs/srt/srt-1.4.0.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos" fi -LICENSE="LGPL-2.1" +LICENSE="MPL-2.0" SLOT="0" IUSE="gnutls libressl" diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index f5e557bab10..05f29c86c32 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos" fi -LICENSE="LGPL-2.1" +LICENSE="MPL-2.0" SLOT="0" IUSE="gnutls libressl test"