commit:     718885a1484651c7b6afa905b120104698fd3d61
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 21:27:39 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 31 20:32:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718885a1

app-i18n/imsettings: Drop IUSE qt5 without any dependencies

Closes: https://bugs.gentoo.org/959817
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/imsettings/imsettings-1.8.2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild 
b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild
index 010094f5a19b..13124ee2d0d9 100644
--- a/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild
+++ b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,7 +12,7 @@ 
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="qt5 +introspection xfconf"
+IUSE="+introspection xfconf"
 RESTRICT="test"
 
 RDEPEND="dev-libs/glib:2
@@ -40,7 +40,6 @@ src_prepare() {
                -e "/PKG_CHECK_MODULES/s/\(gtk+-2\.0\)/_/" \
                -e "/PKG_CHECK_MODULES/s/\(check\)/_/" \
                -e "/PKG_CHECK_MODULES/s/\(libxfconf-0\)/$(usex xfconf '\1' 
_)/" \
-               -e "s/use_qt=\"yes\"/use_qt=\"$(usex qt5)\"/" \
                -e "/^GNOME_/d" \
                -e "/^CFLAGS/s/\$WARN_CFLAGS/-Wall -Wmissing-prototypes/" \
                configure.ac

Reply via email to