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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 261C71581F0 for ; Thu, 12 Dec 2024 21:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9B0E0978; Thu, 12 Dec 2024 21:54:00 +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 D7D0BE0978 for ; Thu, 12 Dec 2024 21:53:59 +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 DF562335C11 for ; Thu, 12 Dec 2024 21:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E6B190B for ; Thu, 12 Dec 2024 21:53:57 +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: <1734040416.891f4803c177bf968cbd9960db05208825066224.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgeotag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kgeotag/kgeotag-1.7.0.ebuild X-VCS-Directories: media-gfx/kgeotag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 891f4803c177bf968cbd9960db05208825066224 X-VCS-Branch: master Date: Thu, 12 Dec 2024 21:53:57 +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: 69ba9336-5a72-44c1-ae64-33c203d9b24f X-Archives-Hash: c164570d5ada686ccbf4742b6e7f84d5 commit: 891f4803c177bf968cbd9960db05208825066224 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 12 21:53:36 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 21:53:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891f4803 media-gfx/kgeotag: Drop obsolete cmake arg Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgeotag/kgeotag-1.7.0.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/media-gfx/kgeotag/kgeotag-1.7.0.ebuild b/media-gfx/kgeotag/kgeotag-1.7.0.ebuild index 17c7be8efaef..a8764167058c 100644 --- a/media-gfx/kgeotag/kgeotag-1.7.0.ebuild +++ b/media-gfx/kgeotag/kgeotag-1.7.0.ebuild @@ -35,10 +35,3 @@ RDEPEND="${DEPEND} " DOCS=( CHANGELOG.rst README.md ) - -src_configure() { - local mycmakeargs=( - -DUSE_QT6=ON - ) - ecm_src_configure -}