From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE0331382C5 for ; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E886E09AD; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08F60E09A7 for ; Sat, 28 Apr 2018 01:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D938B335C9C for ; Sat, 28 Apr 2018 01:16:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD58272 for ; Sat, 28 Apr 2018 01:16:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524877351.718610b8e44c2bf400d3186cf10b25bba1e963b1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-4.04.2-r1.ebuild dev-lang/ocaml/ocaml-4.04.2.ebuild dev-lang/ocaml/ocaml-4.05.0-r1.ebuild dev-lang/ocaml/ocaml-4.05.0.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 718610b8e44c2bf400d3186cf10b25bba1e963b1 X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:16:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b0e8da28-3937-413c-989f-02178c281436 X-Archives-Hash: 8fc5ce3b8a087c8b5ac366e1ef56c922 commit: 718610b8e44c2bf400d3186cf10b25bba1e963b1 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:02:31 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 01:02:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718610b8 dev-lang/ocaml: Drop unnecessary x11-proto dep dev-lang/ocaml/{ocaml-4.04.2.ebuild => ocaml-4.04.2-r1.ebuild} | 2 +- dev-lang/ocaml/{ocaml-4.05.0.ebuild => ocaml-4.05.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.04.2.ebuild b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild similarity index 98% rename from dev-lang/ocaml/ocaml-4.04.2.ebuild rename to dev-lang/ocaml/ocaml-4.04.2-r1.ebuild index cf9890317ec..27b31db0df9 100644 --- a/dev-lang/ocaml/ocaml-4.04.2.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild @@ -22,7 +22,7 @@ IUSE="emacs flambda latex ncurses +ocamlopt X xemacs" RDEPEND=" sys-libs/binutils-libs:= ncurses? ( sys-libs/ncurses:0= ) - X? ( x11-libs/libX11 x11-proto/xproto )" + X? ( x11-libs/libX11 )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-lang/ocaml/ocaml-4.05.0.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild similarity index 98% rename from dev-lang/ocaml/ocaml-4.05.0.ebuild rename to dev-lang/ocaml/ocaml-4.05.0-r1.ebuild index a7d4ff33ac5..078795d8000 100644 --- a/dev-lang/ocaml/ocaml-4.05.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" sys-libs/binutils-libs:= ncurses? ( sys-libs/ncurses:0= ) spacetime? ( sys-libs/libunwind:= ) - X? ( x11-libs/libX11 x11-proto/xproto )" + X? ( x11-libs/libX11 )" DEPEND="${RDEPEND} virtual/pkgconfig"