commit:     1a8dd3169cb60093e5695a2f22d536e27070d4d8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  8 17:04:39 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 17:05:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8dd316

app-text/cpdf: ocaml-4 is already the min version

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 app-text/cpdf/cpdf-2.7.1.ebuild | 4 ++--
 app-text/cpdf/cpdf-2.8.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/cpdf/cpdf-2.7.1.ebuild b/app-text/cpdf/cpdf-2.7.1.ebuild
index 41207a922e79..2be9e0bef4d3 100644
--- a/app-text/cpdf/cpdf-2.7.1.ebuild
+++ b/app-text/cpdf/cpdf-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt]
+RDEPEND="dev-lang/ocaml:=[ocamlopt]
        ~dev-ml/camlpdf-${PV}:="
 DEPEND="${RDEPEND}"
 

diff --git a/app-text/cpdf/cpdf-2.8.1.ebuild b/app-text/cpdf/cpdf-2.8.1.ebuild
index c407970fa307..f71fdc604101 100644
--- a/app-text/cpdf/cpdf-2.8.1.ebuild
+++ b/app-text/cpdf/cpdf-2.8.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt]
+RDEPEND="dev-lang/ocaml:=[ocamlopt]
        ~dev-ml/camlpdf-${PV}:="
 DEPEND="${RDEPEND}"
 

Reply via email to