aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDex Conner <cantcuckthis@danwin1210.de>2022-04-24 09:31:40 +0300
committerDex Conner <cantcuckthis@danwin1210.de>2022-04-24 09:31:40 +0300
commitf1d04cda964f52683ad207ef7a38236848dea479 (patch)
treee13f920f70605c2452579f72738374a0adc11da3 /app-office
parentapp-office/sc-im: carry flag / dep logic to ebuild (diff)
downloadguru-f1d04cda964f52683ad207ef7a38236848dea479.tar.gz
guru-f1d04cda964f52683ad207ef7a38236848dea479.tar.bz2
guru-f1d04cda964f52683ad207ef7a38236848dea479.zip
app-office/sc-im: fix wrong dependency libxml
Changed dev-haskell/libxml to the correct dev-libs/libxml2 Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/sc-im/sc-im-0.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild b/app-office/sc-im/sc-im-0.8.2.ebuild
index ddccd6cb4..15abb065d 100644
--- a/app-office/sc-im/sc-im-0.8.2.ebuild
+++ b/app-office/sc-im/sc-im-0.8.2.ebuild
@@ -30,7 +30,7 @@ DEPEND="
${LUA_DEPS}
)
ods? (
- dev-haskell/libxml
+ dev-libs/libxml2
dev-libs/libzip
)
plots? ( sci-visualization/gnuplot )
@@ -42,7 +42,7 @@ DEPEND="
)
xlsx? (
dev-libs/libxlsxwriter
- dev-haskell/libxml
+ dev-libs/libxml2
dev-libs/libzip
)
"