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 CFBF715806E for ; Fri, 26 May 2023 21:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF177E087C; Fri, 26 May 2023 21:31:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF9EE087C for ; Fri, 26 May 2023 21:31:37 +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 A49FC340E0D for ; Fri, 26 May 2023 21:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135C6A6C for ; Fri, 26 May 2023 21:31:35 +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: <1685136659.f1724eb41f76837f55c9add59ed997f6935d7387.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krename/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krename/krename-9999.ebuild X-VCS-Directories: kde-misc/krename/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f1724eb41f76837f55c9add59ed997f6935d7387 X-VCS-Branch: master Date: Fri, 26 May 2023 21:31:35 +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: 173817a3-94d4-4d96-8d59-15c83282a0d9 X-Archives-Hash: ff57dbe814e1dbca615ba2e42e4ce6d1 commit: f1724eb41f76837f55c9add59ed997f6935d7387 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 26 21:30:59 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 26 21:30:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1724eb4 kde-misc/krename: Fix USE=exif cmake arg Upstream commit b22de9135ba2a5abdbd2b275a60933a50f074010 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krename/krename-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/krename/krename-9999.ebuild b/kde-misc/krename/krename-9999.ebuild index cd901ef577..e0c243c50a 100644 --- a/kde-misc/krename/krename-9999.ebuild +++ b/kde-misc/krename/krename-9999.ebuild @@ -20,7 +20,6 @@ LICENSE="GPL-2" SLOT="5" IUSE="exif office pdf taglib truetype" -BDEPEND="sys-devel/gettext" DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -45,10 +44,11 @@ DEPEND=" truetype? ( media-libs/freetype:2 ) " RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" src_configure() { local mycmakeargs=( - $(cmake_use_find_package exif Exiv2) + $(cmake_use_find_package exif LibExiv2) $(cmake_use_find_package office KF5Archive) $(cmake_use_find_package pdf PoDoFo) $(cmake_use_find_package taglib Taglib)