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 8B8EE138331 for ; Mon, 28 May 2018 14:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7381CE08DD; Mon, 28 May 2018 14:56:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B804E08DD for ; Mon, 28 May 2018 14:56:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EB348335C63 for ; Mon, 28 May 2018 14:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9442B7 for ; Mon, 28 May 2018 14:56:20 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1527519358.e4774cff8971e892558198e043d8c9c7211fc594.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uim/uim-1.8.6-r1.ebuild app-i18n/uim/uim-1.8.6-r2.ebuild X-VCS-Directories: app-i18n/uim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e4774cff8971e892558198e043d8c9c7211fc594 X-VCS-Branch: master Date: Mon, 28 May 2018 14:56:20 +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: 89b9f82e-5348-4ce6-acaf-b165461c04a5 X-Archives-Hash: 0f2cb2b2157cd47f67e5a3edbd531e02 commit: e4774cff8971e892558198e043d8c9c7211fc594 Author: Akinori Hattori gentoo org> AuthorDate: Mon May 28 14:32:34 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon May 28 14:55:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4774cff app-i18n/uim: specify default toolkit Closes: https://bugs.gentoo.org/550662 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/uim/uim-1.8.6-r1.ebuild | 1 + app-i18n/uim/uim-1.8.6-r2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild index 98d789b88b7..7b43e2abb80 100644 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild @@ -118,6 +118,7 @@ src_configure() { $(use_enable static-libs static) $(use_with xft) --without-anthy + --enable-default-toolkit=$(usex gtk gtk3 $(usex gtk2 gtk $(usex qt4 qt4))) --disable-gnome-applet --disable-gnome3-applet --disable-kde-applet diff --git a/app-i18n/uim/uim-1.8.6-r2.ebuild b/app-i18n/uim/uim-1.8.6-r2.ebuild index d17f38959ea..b7fb23b5ab8 100644 --- a/app-i18n/uim/uim-1.8.6-r2.ebuild +++ b/app-i18n/uim/uim-1.8.6-r2.ebuild @@ -122,6 +122,7 @@ src_configure() { $(use_enable static-libs static) $(use_with xft) --without-anthy + --enable-default-toolkit=$(usex gtk gtk3 $(usex gtk2 gtk $(usex qt4 qt4))) --disable-gnome-applet --disable-gnome3-applet --disable-kde-applet