Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/
Date: Sat, 28 Apr 2018 01:16:18
Message-Id: 1524877351.718610b8e44c2bf400d3186cf10b25bba1e963b1.mattst88@gentoo
1 commit: 718610b8e44c2bf400d3186cf10b25bba1e963b1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:02:31 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:02:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718610b8
7
8 dev-lang/ocaml: Drop unnecessary x11-proto dep
9
10 dev-lang/ocaml/{ocaml-4.04.2.ebuild => ocaml-4.04.2-r1.ebuild} | 2 +-
11 dev-lang/ocaml/{ocaml-4.05.0.ebuild => ocaml-4.05.0-r1.ebuild} | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-lang/ocaml/ocaml-4.04.2.ebuild b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
15 similarity index 98%
16 rename from dev-lang/ocaml/ocaml-4.04.2.ebuild
17 rename to dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
18 index cf9890317ec..27b31db0df9 100644
19 --- a/dev-lang/ocaml/ocaml-4.04.2.ebuild
20 +++ b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
21 @@ -22,7 +22,7 @@ IUSE="emacs flambda latex ncurses +ocamlopt X xemacs"
22 RDEPEND="
23 sys-libs/binutils-libs:=
24 ncurses? ( sys-libs/ncurses:0= )
25 - X? ( x11-libs/libX11 x11-proto/xproto )"
26 + X? ( x11-libs/libX11 )"
27 DEPEND="${RDEPEND}
28 virtual/pkgconfig"
29
30
31 diff --git a/dev-lang/ocaml/ocaml-4.05.0.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
32 similarity index 98%
33 rename from dev-lang/ocaml/ocaml-4.05.0.ebuild
34 rename to dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
35 index a7d4ff33ac5..078795d8000 100644
36 --- a/dev-lang/ocaml/ocaml-4.05.0.ebuild
37 +++ b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
38 @@ -23,7 +23,7 @@ RDEPEND="
39 sys-libs/binutils-libs:=
40 ncurses? ( sys-libs/ncurses:0= )
41 spacetime? ( sys-libs/libunwind:= )
42 - X? ( x11-libs/libX11 x11-proto/xproto )"
43 + X? ( x11-libs/libX11 )"
44 DEPEND="${RDEPEND}
45 virtual/pkgconfig"