Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-compiler-libs/
Date: Fri, 04 Aug 2017 21:07:10
Message-Id: 1501880719.455b58ee521e39369ef25d894d56aeb4279c188c.amynka@gentoo
1 commit: 455b58ee521e39369ef25d894d56aeb4279c188c
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 23:08:45 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:05:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455b58ee
7
8 dev-ml/ocaml-compiler-libs: Shorter DESCRIPTION
9
10 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
14 index a7eb91fb1ad..fd0b72900bf 100644
15 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
16 +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -DESCRIPTION="Repackage the OCaml compiler libraries so they do not expose everything at toplevel"
22 +DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything at toplevel"
23 HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs"
24 SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz"