From 5a3f81f4e115665486b48d534ed860a28db912a5 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Fri, 12 Dec 2025 09:38:28 +0100 Subject: [PATCH] sci-chemistry/openbabel: add := to dev-cpp/eigen Signed-off-by: Paul Zander Part-of: https://github.com/gentoo/gentoo/pull/44994 Signed-off-by: Sam James --- sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild | 2 +- sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild | 2 +- sci-chemistry/openbabel/openbabel-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild index 68911e4bf2864..35d8710c6fa3d 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r2.ebuild @@ -39,7 +39,7 @@ REQUIRED_USE=" " RDEPEND=" - dev-cpp/eigen:3 + dev-cpp/eigen:= virtual/zlib:= inchi? ( sci-libs/inchi ) json? ( >=dev-libs/rapidjson-1.1.0 ) diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild index d72bc5da44d30..54f2ad8e15832 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE=" " RDEPEND=" - dev-cpp/eigen:3 + dev-cpp/eigen:= virtual/zlib:= inchi? ( sci-libs/inchi ) json? ( >=dev-libs/rapidjson-1.1.0 ) diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index 064a3f75bd14b..76f22a9da12d5 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE=" " RDEPEND=" - dev-cpp/eigen:3 + dev-cpp/eigen:= virtual/zlib:= inchi? ( sci-libs/inchi ) json? ( >=dev-libs/rapidjson-1.1.0 )