app-i18n/scim-bridge: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 07:58:51 +0000 (09:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 08:25:08 +0000 (10:25 +0200)
app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild

index 2f7cc8cc7862bf87b864e3a50c9c489619436033..cb61c2bfa50ca860709c381abfe2ba6916ca58f2 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-IUSE="doc gtk qt4"
+IUSE="doc gtk"
 
 RESTRICT="test"
 
@@ -22,11 +22,6 @@ RDEPEND="
                >=x11-libs/gtk+-2.2:2
                >=x11-libs/pango-1.1
        )
-       qt4? (
-               dev-qt/qtgui:4
-               dev-qt/qtcore:4
-               >=x11-libs/pango-1.1
-       )
 "
 DEPEND="${RDEPEND}
        virtual/pkgconfig
@@ -66,13 +61,8 @@ src_configure() {
 
        # Qt3 is no longer supported, bug 283429
        myconf="${myconf} --enable-qt3-immodule=no"
-
-       if use qt4 ; then
-               myconf="${myconf} --enable-qt4-immodule=yes"
-               export QT_SELECT="4"
-       else
-               myconf="${myconf} --enable-qt4-immodule=no"
-       fi
+       # Qt4 neither
+       myconf="${myconf} --enable-qt4-immodule=no"
 
        econf \
                --disable-static \