From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87487138334 for ; Sat, 25 Aug 2018 20:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9F5E07D3; Sat, 25 Aug 2018 20:37:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F6F6E07D3 for ; Sat, 25 Aug 2018 20:37:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F21335CEF for ; Sat, 25 Aug 2018 20:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6B13AD for ; Sat, 25 Aug 2018 20:37:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535229422.a3bb3de8b35f81c239d2c3b85e6c7bbe335ebd50.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim/scim-1.4.17.ebuild app-i18n/scim/scim-1.4.18.ebuild X-VCS-Directories: app-i18n/scim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3bb3de8b35f81c239d2c3b85e6c7bbe335ebd50 X-VCS-Branch: master Date: Sat, 25 Aug 2018 20:37:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38293fe5-3c03-48e6-a54e-5c60ea333346 X-Archives-Hash: a647d81838b16a01befd08d259c73c89 commit: a3bb3de8b35f81c239d2c3b85e6c7bbe335ebd50 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 25 20:32:12 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 25 20:37:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bb3de8 app-i18n/scim: Remove dep on removed qt4 app-i18n/scim/scim-1.4.17.ebuild | 9 ++------- app-i18n/scim/scim-1.4.18.ebuild | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/app-i18n/scim/scim-1.4.17.ebuild b/app-i18n/scim/scim-1.4.17.ebuild index 86a88efe10b..e8653806f6b 100644 --- a/app-i18n/scim/scim-1.4.17.ebuild +++ b/app-i18n/scim/scim-1.4.17.ebuild @@ -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} @@ -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() { diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild index cf10edfec8e..4279a7029e8 100644 --- a/app-i18n/scim/scim-1.4.18.ebuild +++ b/app-i18n/scim/scim-1.4.18.ebuild @@ -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} @@ -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() {