commit: 772d2a3d1a7ef18fb2f70de2d23480c10a43f072 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 07:55:22 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 07:55:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772d2a3d
media-gfx/solvespace: add missing dev-cpp/eigen depend Fixes build failure and RDEPENDs untouched, no revbump. Closes: https://bugs.gentoo.org/850931 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> media-gfx/solvespace/solvespace-3.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/solvespace/solvespace-3.1.ebuild b/media-gfx/solvespace/solvespace-3.1.ebuild index 347d89fe867d..00c648f92e37 100644 --- a/media-gfx/solvespace/solvespace-3.1.ebuild +++ b/media-gfx/solvespace/solvespace-3.1.ebuild @@ -44,7 +44,10 @@ RDEPEND=" x11-libs/cairo[X] x11-libs/gtk+:3[X] " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + dev-cpp/eigen:3 +" BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-3.1-use-system-mimalloc.patch )
