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 864411396D0 for ; Tue, 22 Aug 2017 14:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B1C01FC0A4; Tue, 22 Aug 2017 14:21:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5A08A1FC0A3 for ; Tue, 22 Aug 2017 14:21:20 +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 DAB55341866 for ; Tue, 22 Aug 2017 14:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6EC77EC3 for ; Tue, 22 Aug 2017 14:21:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1503411614.94ededead382d8d387b32bf4d1d49357f0335e4e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-4.2.9.1.ebuild app-i18n/fcitx/fcitx-9999.ebuild X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 94ededead382d8d387b32bf4d1d49357f0335e4e X-VCS-Branch: master Date: Tue, 22 Aug 2017 14:21:14 +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: 001d5e59-d2e5-4b8b-bd3f-d12152d052fc X-Archives-Hash: 703afb87bfcb2492cb4d0461d9b4b9e5 commit: 94ededead382d8d387b32bf4d1d49357f0335e4e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Aug 22 11:56:09 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 22 14:20:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ededea app-i18n/fcitx: Delete "dbus" USE flag and unconditionally enable support for DBus. app-i18n/fcitx/fcitx-4.2.9.1.ebuild | 9 ++++----- app-i18n/fcitx/fcitx-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild index 3b6fd11730d..d1ada64b61b 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild @@ -22,10 +22,11 @@ fi LICENSE="GPL-2+ LGPL-2+" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="+X +autostart +cairo +dbus debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" -REQUIRED_USE="autostart? ( dbus ) cairo? ( X ) gtk2? ( dbus ) gtk3? ( dbus ) introspection? ( dbus ) pango? ( cairo ) qt4? ( X dbus )" +IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" +REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" -RDEPEND="virtual/libiconv +RDEPEND="sys-apps/dbus + virtual/libiconv virtual/libintl x11-libs/libxkbcommon X? ( @@ -42,7 +43,6 @@ RDEPEND="virtual/libiconv pango? ( x11-libs/pango ) !pango? ( media-libs/fontconfig ) ) - dbus? ( sys-apps/dbus ) enchant? ( app-text/enchant ) gtk2? ( dev-libs/glib:2 @@ -101,7 +101,6 @@ src_configure() { -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" -DSYSCONFDIR="${EPREFIX}/etc" -DENABLE_CAIRO=$(usex cairo) - -DENABLE_DBUS=$(usex dbus) -DENABLE_DEBUG=$(usex debug) -DENABLE_ENCHANT=$(usex enchant) -DENABLE_GETTEXT=$(usex nls) diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild index ddd7747350a..3d658af9461 100644 --- a/app-i18n/fcitx/fcitx-9999.ebuild +++ b/app-i18n/fcitx/fcitx-9999.ebuild @@ -22,10 +22,11 @@ fi LICENSE="GPL-2+ LGPL-2+ MIT" SLOT="0" KEYWORDS="" -IUSE="+X +autostart +cairo +dbus debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" -REQUIRED_USE="autostart? ( dbus ) cairo? ( X ) gtk2? ( dbus ) gtk3? ( dbus ) introspection? ( dbus ) pango? ( cairo ) qt4? ( X dbus )" +IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" +REQUIRED_USE="cairo? ( X ) pango? ( cairo ) qt4? ( X )" -RDEPEND="virtual/libiconv +RDEPEND="sys-apps/dbus + virtual/libiconv virtual/libintl x11-libs/libxkbcommon X? ( @@ -42,7 +43,6 @@ RDEPEND="virtual/libiconv pango? ( x11-libs/pango ) !pango? ( media-libs/fontconfig ) ) - dbus? ( sys-apps/dbus ) enchant? ( app-text/enchant ) gtk2? ( dev-libs/glib:2 @@ -96,7 +96,6 @@ src_configure() { -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" -DSYSCONFDIR="${EPREFIX}/etc" -DENABLE_CAIRO=$(usex cairo) - -DENABLE_DBUS=$(usex dbus) -DENABLE_DEBUG=$(usex debug) -DENABLE_ENCHANT=$(usex enchant) -DENABLE_GETTEXT=$(usex nls)