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 076D11382C5 for ; Wed, 9 Jun 2021 21:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5709DE0822; Wed, 9 Jun 2021 21:48:43 +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 3F4A4E0822 for ; Wed, 9 Jun 2021 21:48:43 +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 35A07340BEA for ; Wed, 9 Jun 2021 21:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C397A4 for ; Wed, 9 Jun 2021 21:48:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623275299.431ced85b124ba5ee43b9b16cdd918d9502806ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_tools/ppx_tools-6.2.ebuild X-VCS-Directories: dev-ml/ppx_tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 431ced85b124ba5ee43b9b16cdd918d9502806ed X-VCS-Branch: master Date: Wed, 9 Jun 2021 21:48:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cff89433-845b-4314-8e56-7c6b18bd4e79 X-Archives-Hash: a274f30a619a6f871e1d61c6bbd29b0d commit: 431ced85b124ba5ee43b9b16cdd918d9502806ed Author: Sam James gentoo org> AuthorDate: Wed Jun 9 21:48:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 9 21:48:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431ced85 dev-ml/ppx_tools: require < OCaml 4.12 for older ppx_tools Bug: https://bugs.gentoo.org/795039 Signed-off-by: Sam James gentoo.org> dev-ml/ppx_tools/ppx_tools-6.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-ml/ppx_tools/ppx_tools-6.2.ebuild b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild index 9ae7a218438..79491ecf97b 100644 --- a/dev-ml/ppx_tools/ppx_tools-6.2.ebuild +++ b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,12 +9,11 @@ MY_PV=$(ver_rs 2 '+') DESCRIPTION="Tools for authors of ppx rewriters" HOMEPAGE="https://github.com/alainfrisch/ppx_tools" SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" -DEPEND="" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" +BDEPEND="