Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/
Date: Thu, 27 Apr 2017 10:40:33
Message-Id: 1493289603.10c111e220f2e45fa220d9c2a2aaa88a52cf38d3.aballier@gentoo
1 commit: 10c111e220f2e45fa220d9c2a2aaa88a52cf38d3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 10:38:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 10:40:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c111e2
7
8 dev-lang/ocaml: add remoteid
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-lang/ocaml/metadata.xml | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-lang/ocaml/metadata.xml b/dev-lang/ocaml/metadata.xml
16 index 8824d14f0ce..720c6c5d8b3 100644
17 --- a/dev-lang/ocaml/metadata.xml
18 +++ b/dev-lang/ocaml/metadata.xml
19 @@ -9,4 +9,7 @@
20 <flag name="flambda">Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining.</flag>
21 <flag name="spacetime">Enables the Spacetime memory profiler. See https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html for more information.</flag>
22 </use>
23 + <upstream>
24 + <remote-id type="github">ocaml/ocaml</remote-id>
25 + </upstream>
26 </pkgmetadata>