diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 22:53:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 22:53:36 +0100 |
commit | 891f4803c177bf968cbd9960db05208825066224 (patch) | |
tree | 2803e0ebab07e1e580cda1e02d5adc05299744ab /media-gfx | |
parent | net-libs/libquotient: drop 0.9.0 (diff) | |
download | gentoo-891f4803c177bf968cbd9960db05208825066224.tar.gz gentoo-891f4803c177bf968cbd9960db05208825066224.tar.bz2 gentoo-891f4803c177bf968cbd9960db05208825066224.zip |
media-gfx/kgeotag: Drop obsolete cmake arg
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kgeotag/kgeotag-1.7.0.ebuild | 7 |
1 files changed, 0 insertions, 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 -} |