commit: 891f4803c177bf968cbd9960db05208825066224
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: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 <asturm <AT> 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
-}