From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 282D415808E for ; Sun, 24 Apr 2022 06:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28CB3E084A; Sun, 24 Apr 2022 06:33:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8DD9E084A for ; Sun, 24 Apr 2022 06:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7AFF34180F for ; Sun, 24 Apr 2022 06:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47115344 for ; Sun, 24 Apr 2022 06:33:09 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1650781900.f1d04cda964f52683ad207ef7a38236848dea479.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/sc-im/sc-im-0.8.2.ebuild X-VCS-Directories: app-office/sc-im/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: f1d04cda964f52683ad207ef7a38236848dea479 X-VCS-Branch: dev Date: Sun, 24 Apr 2022 06:33:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63c749ff-3353-4461-9373-810c0ae3d911 X-Archives-Hash: 4c360e5605ae31cb3d88f7e5446ee7aa commit: f1d04cda964f52683ad207ef7a38236848dea479 Author: Dex Conner danwin1210 de> AuthorDate: Sun Apr 24 06:31:40 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Sun Apr 24 06:31:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d04cda app-office/sc-im: fix wrong dependency libxml Changed dev-haskell/libxml to the correct dev-libs/libxml2 Signed-off-by: Dex Conner danwin1210.de> app-office/sc-im/sc-im-0.8.2.ebuild | 4 ++-- 1 file 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 ) "