commit:     ed13650f4eb0ee786fa132815820cdce74cbcfa4
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 03:56:05 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 05:02:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed13650f

dev-ml/ocaml-augeas: remove libxml2 dep entirely

configure checks for it, but it is installed as an augeas dep and this
binding doesn't actually have any other source code matches for "xml" at
all, let alone libxml2.

Fixes:
```
 * VDB: detected possibly incorrect RDEPEND (dev-ml/ocaml-augeas-0.6-r1)
 * dev-libs/libxml2 <
```

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{ocaml-augeas-0.6-r1.ebuild => ocaml-augeas-0.6-r2.ebuild}           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r1.ebuild 
b/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild
similarity index 97%
rename from dev-ml/ocaml-augeas/ocaml-augeas-0.6-r1.ebuild
rename to dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild
index 785624e57e39..25f2b3bbaeaf 100644
--- a/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r1.ebuild
+++ b/dev-ml/ocaml-augeas/ocaml-augeas-0.6-r2.ebuild
@@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="
        app-admin/augeas
-       dev-libs/libxml2:=
 "
 RDEPEND="${DEPEND}"
 BDEPEND="

Reply via email to