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 5FD811382C5 for ; Mon, 7 May 2018 14:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DFFEE086E; Mon, 7 May 2018 14:18:17 +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 7B38AE086E for ; Mon, 7 May 2018 14:18:17 +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 5E38F335C7D for ; Mon, 7 May 2018 14:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3D3257 for ; Mon, 7 May 2018 14:18:14 +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: <1525702661.e7fd95d82616a5445a83e23573bc37220a539a5e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.18.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e7fd95d82616a5445a83e23573bc37220a539a5e X-VCS-Branch: master Date: Mon, 7 May 2018 14:18: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: f6a4b8d4-a177-426d-bf4e-993c9f8338cd X-Archives-Hash: b8afc763418ed55a45a43a2615165d6d commit: e7fd95d82616a5445a83e23573bc37220a539a5e Author: Akinori Hattori gentoo org> AuthorDate: Mon May 7 14:17:41 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon May 7 14:17:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fd95d8 app-i18n/ibus: tidy Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/ibus/ibus-1.5.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild index 25c34029d3f..0115a8275ea 100644 --- a/app-i18n/ibus/ibus-1.5.18.ebuild +++ b/app-i18n/ibus/ibus-1.5.18.ebuild @@ -130,10 +130,10 @@ src_configure() { $(use_enable libnotify) \ $(use_enable nls) \ $(use_enable test tests) \ - $(use_enable vala) \ - $(use_enable wayland) \ $(use_enable unicode unicode-dict) \ $(use_with unicode ucd-dir "${EPREFIX}/usr/share/unicode-data") \ + $(use_enable vala) \ + $(use_enable wayland) \ "${python_conf[@]}" }