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 34E16139694 for ; Sun, 25 Jun 2017 14:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B6D25401B; Sun, 25 Jun 2017 14:43:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9343E25401A for ; Sun, 25 Jun 2017 14:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 46A8D33BEC7 for ; Sun, 25 Jun 2017 14:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0AF749E for ; Sun, 25 Jun 2017 14:42:56 +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: <1498401760.f6f5af48e7668f5edc9c682ae7121d3d607a5055.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp5/camlp5-6.17.ebuild X-VCS-Directories: dev-ml/camlp5/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f6f5af48e7668f5edc9c682ae7121d3d607a5055 X-VCS-Branch: master Date: Sun, 25 Jun 2017 14:42:56 +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: de53ff6d-e01b-4980-aa07-897c4cd0e564 X-Archives-Hash: 89f6fcbe10daef82e4553c7a67d5798f commit: f6f5af48e7668f5edc9c682ae7121d3d607a5055 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 25 09:24:58 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 25 14:42:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f5af48 dev-ml/camlp5: Hook in ocaml 4.04.2 support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/camlp5/camlp5-6.17.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild index bb868f3abf0..1e3bd458fdc 100644 --- a/dev-ml/camlp5/camlp5-6.17.ebuild +++ b/dev-ml/camlp5/camlp5-6.17.ebuild @@ -34,6 +34,10 @@ src_prepare() { for i in ${PATCHLIST} ; do epatch "${DISTDIR}/${i}" done + # ocaml 4.04.2 support + cp -a ocaml_stuff/4.04.1 ocaml_stuff/4.04.2 || die + cp ocaml_src/lib/versdep/4.04.{1,2}.ml || die + sed -i -e 's/4.04.1/4.04.2/' ocaml_stuff/4.04.2/utils/pconfig.ml || die } src_configure() {