diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2019-11-23 13:17:11 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2019-11-23 13:17:26 +0000 |
commit | ab74f1d531264e4271d69649458ae8a51d990aa6 (patch) | |
tree | 77ad08b1d7bf0d23bfcbe113c9c24e57c3e6128a /net-libs/srt | |
parent | dev-ruby/test-unit: amd64 stable wrt bug #700922 (diff) | |
download | gentoo-ab74f1d531264e4271d69649458ae8a51d990aa6.tar.gz gentoo-ab74f1d531264e4271d69649458ae8a51d990aa6.tar.bz2 gentoo-ab74f1d531264e4271d69649458ae8a51d990aa6.zip |
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 <lu_zero@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.4.0.ebuild | 2 | ||||
-rw-r--r-- | 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 056c2e8271ba..7188ae1c913e 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 f5e557bab10e..05f29c86c32e 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" |