From dd7b88937b733a1ed709ef9209315c8e3191dc9e Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 22 Nov 2025 20:33:05 +0100 Subject: [PATCH] dev-ml/uri: add deps on textutils Closes: https://bugs.gentoo.org/964401 Signed-off-by: Alfredo Tupone --- dev-ml/uri/{uri-4.4.0.ebuild => uri-4.4.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename dev-ml/uri/{uri-4.4.0.ebuild => uri-4.4.0-r1.ebuild} (94%) diff --git a/dev-ml/uri/uri-4.4.0.ebuild b/dev-ml/uri/uri-4.4.0-r1.ebuild similarity index 94% rename from dev-ml/uri/uri-4.4.0.ebuild rename to dev-ml/uri/uri-4.4.0-r1.ebuild index d0345765204c..bd12b14ac2af 100644 --- a/dev-ml/uri/uri-4.4.0.ebuild +++ b/dev-ml/uri/uri-4.4.0-r1.ebuild @@ -19,5 +19,6 @@ RDEPEND=" dev-ml/core_bench:=[ocamlopt?] dev-ml/core_unix:=[ocamlopt?] dev-ml/stringext:=[ocamlopt?] + dev-ml/textutils:=[ocamlopt?] " DEPEND="${RDEPEND}"