Skip to content

Commit

Permalink
app-i18n/scim: Remove dep on removed qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 25, 2018
1 parent 2c0890c commit a3bb3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions app-i18n/scim/scim-1.4.17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc gtk3 qt4"
IUSE="doc gtk3"

RDEPEND="x11-libs/libX11
dev-libs/glib:2
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
>=dev-libs/atk-1
>=x11-libs/pango-1"
DEPEND="${RDEPEND}
Expand Down Expand Up @@ -50,8 +46,7 @@ src_configure() {
--enable-ld-version-script \
$(usex gtk3 --with-gtk-version={3,2}) \
--disable-qt3-immodule \
$(use_enable qt4 qt4-immodule) \
--with-qt4-moc="$(qt4_get_bindir)/moc"
--disable-qt4-immodule
}

src_compile() {
Expand Down
9 changes: 2 additions & 7 deletions app-i18n/scim/scim-1.4.18.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ SRC_URI="https://github.com/scim-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc gtk3 qt4"
IUSE="doc gtk3"

RDEPEND="x11-libs/libX11
dev-libs/glib:2
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
>=dev-libs/atk-1
>=x11-libs/pango-1"
DEPEND="${RDEPEND}
Expand Down Expand Up @@ -51,8 +47,7 @@ src_configure() {
--enable-ld-version-script \
$(usex gtk3 --with-gtk-version={3,2}) \
--disable-qt3-immodule \
$(use_enable qt4 qt4-immodule) \
--with-qt4-moc="$(qt4_get_bindir)/moc"
--disable-qt4-immodule
}

src_compile() {
Expand Down

0 comments on commit a3bb3de

Please sign in to comment.