From 42416b1ed680f9afdc16a7b7a1cea26ea99e0765 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 13 Mar 2025 20:33:31 +0100 Subject: [PATCH] app-text/pdfsandwich: dev-lang/ocaml-3 is gone Signed-off-by: Alfredo Tupone --- .../{pdfsandwich-0.1.7.ebuild => pdfsandwich-0.1.7-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-text/pdfsandwich/{pdfsandwich-0.1.7.ebuild => pdfsandwich-0.1.7-r1.ebuild} (96%) diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild similarity index 96% rename from app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild rename to app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild index d31eaebdc0072..3c542157df96f 100644 --- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild +++ b/app-text/pdfsandwich/pdfsandwich-0.1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic DESCRIPTION="generator of sandwich OCR pdf files" @@ -20,7 +20,7 @@ RDEPEND="app-text/tesseract app-text/poppler virtual/imagemagick-tools[png?]" DEPEND="sys-apps/gawk - >=dev-lang/ocaml-3.10[ocamlopt]" + dev-lang/ocaml[ocamlopt]" DOCS=( changelog )