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 4BB8A1395E5 for ; Tue, 15 Nov 2016 09:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B69E0941; Tue, 15 Nov 2016 09:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E6FE0941 for ; Tue, 15 Nov 2016 09:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9239341644 for ; Tue, 15 Nov 2016 09:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5612724C2 for ; Tue, 15 Nov 2016 09:36:09 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1479202562.0fcb1f9a03d43f6da116c98d60885e2c5b6540da.aballier@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.03.0-r1.ebuild dev-lang/ocaml/ocaml-4.03.0.ebuild dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0fcb1f9a03d43f6da116c98d60885e2c5b6540da X-VCS-Branch: master Date: Tue, 15 Nov 2016 09:36:09 +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: 38583323-3453-40b0-9e2b-cdf283b80857 X-Archives-Hash: 15c39505893fbc2b7bec5ff386b17d8a commit: 0fcb1f9a03d43f6da116c98d60885e2c5b6540da Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 15 09:32:50 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 15 09:36:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcb1f9a dev-lang/ocaml: add missing dep on binutils-libs Package-Manager: portage-2.3.2 dev-lang/ocaml/{ocaml-4.03.0.ebuild => ocaml-4.03.0-r1.ebuild} | 3 ++- .../ocaml/{ocaml-4.04.0_beta2.ebuild => ocaml-4.04.0_beta2-r1.ebuild} | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/ocaml/ocaml-4.03.0.ebuild b/dev-lang/ocaml/ocaml-4.03.0-r1.ebuild similarity index 98% rename from dev-lang/ocaml/ocaml-4.03.0.ebuild rename to dev-lang/ocaml/ocaml-4.03.0-r1.ebuild index f795dae..d2df32d 100644 --- a/dev-lang/ocaml/ocaml-4.03.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.03.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb 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 )" DEPEND="${RDEPEND} diff --git a/dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild b/dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild similarity index 99% rename from dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild rename to dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild index a076e61..23ddd14 100644 --- a/dev-lang/ocaml/ocaml-4.04.0_beta2.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.0_beta2-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0/${PV}" 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 )" DEPEND="${RDEPEND}