Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_ssl/
Date: Wed, 27 Jan 2021 09:24:41
Message-Id: 1611739472.bb229381921ae3c1ad008d37812e9df24300ccfc.sam@gentoo
1 commit: bb229381921ae3c1ad008d37812e9df24300ccfc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 09:24:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:24:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb229381
7
8 dev-ml/async_ssl: fix licence
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/async_ssl/async_ssl-0.14.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/async_ssl/async_ssl-0.14.0.ebuild b/dev-ml/async_ssl/async_ssl-0.14.0.ebuild
17 index fba5e18f576..ab39d4d7706 100644
18 --- a/dev-ml/async_ssl/async_ssl-0.14.0.ebuild
19 +++ b/dev-ml/async_ssl/async_ssl-0.14.0.ebuild
20 @@ -9,7 +9,7 @@ DESCRIPTION="An Async-pipe-based interface with OpenSSL."
21 HOMEPAGE="https://github.com/janestreet/async_ssl"
22 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23
24 -LICENSE="Apache-2.0"
25 +LICENSE="MIT"
26 SLOT="0/${PV}"
27 KEYWORDS="~amd64"
28 IUSE="+ocamlopt"