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 60E6F158020 for ; Wed, 2 Nov 2022 13:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CBFBE09FE; Wed, 2 Nov 2022 13:40:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 44145E09FE for ; Wed, 2 Nov 2022 13:40:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4404E340E04 for ; Wed, 2 Nov 2022 13:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EC015EE for ; Wed, 2 Nov 2022 13:40:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1667396421.81f2e839b9e368282342bd8f4f3c360ed9ca4475.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/gwenview/gwenview-9999.ebuild X-VCS-Directories: kde-apps/gwenview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 81f2e839b9e368282342bd8f4f3c360ed9ca4475 X-VCS-Branch: master Date: Wed, 2 Nov 2022 13:40:52 +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: 87f3ac5f-6834-4980-b5ce-25590833109b X-Archives-Hash: 2876f7a3d2b06352e115c5889edb71fb commit: 81f2e839b9e368282342bd8f4f3c360ed9ca4475 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 2 13:40:21 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 2 13:40:21 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=81f2e839 kde-apps/gwenview: Update cmake args Upstream commit 2ffdf26b81a90c91abadbc8582f82d219dd19e90 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/gwenview/gwenview-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/gwenview/gwenview-9999.ebuild b/kde-apps/gwenview/gwenview-9999.ebuild index c07be3ce77..7603f6a1df 100644 --- a/kde-apps/gwenview/gwenview-9999.ebuild +++ b/kde-apps/gwenview/gwenview-9999.ebuild @@ -89,14 +89,14 @@ src_configure() { $(cmake_use_find_package raw KF5KDcraw) -DGWENVIEW_SEMANTICINFO_BACKEND=$(usex semantic-desktop Baloo None) $(cmake_use_find_package share KF5Purpose) - $(cmake_use_find_package X X11) + -DWITHOUT_X11=$(usex !X) ) ecm_src_configure } pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "SVG support" kde-apps/svgpart:${SLOT} + optfeature "SVG support" "kde-apps/svgpart:${SLOT}" fi ecm_pkg_postinst }