commit: 8deaecdaaacd73341295d7ddf302f6ed8f7b2bb4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 21:53:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 21:57:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8deaecda
media-gfx/kgeotag: Drop obsolete cmake arg
Upstream commits (really a journey of cmake args):
a4bfeca2a57a500a94f2f5fca5ce69fe09a10760
1d31dad0361a728e27ef55a9c88d49a434e9b568
a2ac181500df6fe9655fd4743117d393c4976477
aa62cf366e49d3c4da7809bdbc29d7e7597a5d36
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/kgeotag/kgeotag-9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/media-gfx/kgeotag/kgeotag-9999.ebuild
b/media-gfx/kgeotag/kgeotag-9999.ebuild
index 17c7be8efa..a876416705 100644
--- a/media-gfx/kgeotag/kgeotag-9999.ebuild
+++ b/media-gfx/kgeotag/kgeotag-9999.ebuild
@@ -35,10 +35,3 @@ RDEPEND="${DEPEND}
"
DOCS=( CHANGELOG.rst README.md )
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT6=ON
- )
- ecm_src_configure
-}