summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-03-02 07:58:29 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-03-02 07:58:58 +0100
commit8becaddcf072628d3aeba7f1803f5e229f564589 (patch)
treea8febc6bef8971b3a72c3d8e397298595aff844c /sci-mathematics
parentwww-servers/lighttpd: x86 stable wrt bug #834464 (diff)
downloadgentoo-8becaddcf072628d3aeba7f1803f5e229f564589.tar.gz
gentoo-8becaddcf072628d3aeba7f1803f5e229f564589.tar.bz2
gentoo-8becaddcf072628d3aeba7f1803f5e229f564589.zip
sci-mathematics/cadabra: add glibmm to unconditional deps
Closes: https://bugs.gentoo.org/834471 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/cadabra/cadabra-2.3.8.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-mathematics/cadabra/cadabra-2.3.8.ebuild b/sci-mathematics/cadabra/cadabra-2.3.8.ebuild
index 7d5bd7225161..7748e23c0ce0 100644
--- a/sci-mathematics/cadabra/cadabra-2.3.8.ebuild
+++ b/sci-mathematics/cadabra/cadabra-2.3.8.ebuild
@@ -32,6 +32,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
app-text/dvipng
+ dev-cpp/glibmm:2
dev-db/sqlite:3=
dev-libs/boost:=
dev-libs/gmp:=[cxx]
@@ -44,11 +45,7 @@ RDEPEND="
dev-python/sympy[${PYTHON_USEDEP}]
jupyter? ( dev-python/jupyter[${PYTHON_USEDEP}] )
')
- gtk? (
- dev-cpp/glibmm:2
- dev-cpp/gtkmm:3.0
- dev-libs/glib:2
- )
+ gtk? ( dev-cpp/gtkmm:3.0 )
"
DEPEND="${RDEPEND}"
BDEPEND="$(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]')"