diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-06-10 08:55:22 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-06-10 08:55:22 +0100 |
commit | 772d2a3d1a7ef18fb2f70de2d23480c10a43f072 (patch) | |
tree | fdd78a63fa2eb4c1ad601d03b63a4e80205aae83 /media-gfx/solvespace | |
parent | sci-electronics/kicad-packages3d: fix whitespace (diff) | |
download | gentoo-772d2a3d1a7ef18fb2f70de2d23480c10a43f072.tar.gz gentoo-772d2a3d1a7ef18fb2f70de2d23480c10a43f072.tar.bz2 gentoo-772d2a3d1a7ef18fb2f70de2d23480c10a43f072.zip |
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@gentoo.org>
Diffstat (limited to 'media-gfx/solvespace')
-rw-r--r-- | media-gfx/solvespace/solvespace-3.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 ) |