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 61CFD158086 for ; Thu, 14 Oct 2021 07:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6740AE0869; Thu, 14 Oct 2021 07:57:13 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB575E0866 for ; Thu, 14 Oct 2021 07:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E4C342F89 for ; Thu, 14 Oct 2021 07:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 427F2132 for ; Thu, 14 Oct 2021 07:57:10 +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: <1634198163.d31aeb16483ebad21a58dffbb73dede5982f21f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild X-VCS-Directories: dev-ml/pcre-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d31aeb16483ebad21a58dffbb73dede5982f21f5 X-VCS-Branch: master Date: Thu, 14 Oct 2021 07:57:10 +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: 7d61b3eb-afaf-4dad-9ad4-6c61f75e9e3b X-Archives-Hash: e3d47fe829eaae14e0d069fdb7ce4d06 commit: d31aeb16483ebad21a58dffbb73dede5982f21f5 Author: Sam James gentoo org> AuthorDate: Thu Oct 14 07:51:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 07:56:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31aeb16 dev-ml/pcre-ocaml: fix dependencies Signed-off-by: Sam James gentoo.org> .../{pcre-ocaml-7.4.6-r1.ebuild => pcre-ocaml-7.4.6-r2.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild similarity index 90% rename from dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild rename to dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild index a5f56117f2d..7bc4861b3f5 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild @@ -16,11 +16,9 @@ SLOT="0/${PV}" KEYWORDS="amd64 ~arm ~arm64 ppc x86" BDEPEND="dev-ml/dune-configurator" -RDEPEND=">=dev-libs/libpcre-4.5" -DEPEND=" - ${RDEPEND} - dev-ml/stdio -" +RDEPEND=">=dev-libs/libpcre-4.5 + dev-ml/stdio:=" +DEPEND="${RDEPEND}" src_install() { dune_src_install pcre