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 A53D4158090 for ; Wed, 4 May 2022 06:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8DD3E077A; Wed, 4 May 2022 06:38:31 +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 A8E6AE077A for ; Wed, 4 May 2022 06:38:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B753341965 for ; Wed, 4 May 2022 06:38:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 894A2447 for ; Wed, 4 May 2022 06:38:28 +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: <1651646108.edb50d74d1826794b24fe6e90186bc5d973f064a.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-r1.ebuild X-VCS-Directories: app-office/sc-im/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: edb50d74d1826794b24fe6e90186bc5d973f064a X-VCS-Branch: dev Date: Wed, 4 May 2022 06:38:28 +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: 7eddd29b-23d9-4d76-af11-735ccc64c533 X-Archives-Hash: f1416fee0c9a696e37d2cc5d2cad9f6e commit: edb50d74d1826794b24fe6e90186bc5d973f064a Author: Dex Conner danwin1210 de> AuthorDate: Wed May 4 06:32:31 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Wed May 4 06:35:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb50d74 app-office/sc-im: remove xlsx export support Temporarily removed xlsx export support because of build errors. Signed-off-by: Dex Conner danwin1210.de> app-office/sc-im/sc-im-0.8.2-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/sc-im/sc-im-0.8.2-r1.ebuild b/app-office/sc-im/sc-im-0.8.2-r1.ebuild index d95a385a1..8bf7613d1 100644 --- a/app-office/sc-im/sc-im-0.8.2-r1.ebuild +++ b/app-office/sc-im/sc-im-0.8.2-r1.ebuild @@ -121,10 +121,10 @@ src_configure() { append-cflags -DODS -DXLSX $(${PKGCONF} --cflags libxml-2.0 libzip) LDLIBS+=" -DODS -DXLSX $(${PKGCONF} --libs libxml-2.0 libzip)" fi - if use xlsx ; then - append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter) - LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)" - fi + # if use xlsx ; then + # append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter) + # LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)" + # fi if use lua ; then append-cflags -DXLUA $(${PKGCONF} --cflags lua) LDLIBS+=" -DXLUA $(${PKGCONF} --libs lua) -rdynamic"