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 83C62139694 for ; Tue, 1 Aug 2017 13:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8151B1FC0BC; Tue, 1 Aug 2017 13:13:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5E3271FC0BC for ; Tue, 1 Aug 2017 13:13: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 34DAB341907 for ; Tue, 1 Aug 2017 13:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A70FA756D for ; Tue, 1 Aug 2017 13:13:17 +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: <1501593122.ff5f68500b0705016f4c1894c555acb19a3ee680.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild X-VCS-Directories: app-i18n/ibus-anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: ff5f68500b0705016f4c1894c555acb19a3ee680 X-VCS-Branch: master Date: Tue, 1 Aug 2017 13:13:17 +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: 52b00372-c8b1-4d09-9b5c-5c2aec65fede X-Archives-Hash: 10f7ceb0478574cb577f542ee4432fa1 commit: ff5f68500b0705016f4c1894c555acb19a3ee680 Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 1 13:12:02 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 1 13:12:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5f6850 app-i18n/ibus-anthy: call gnome2_environment_reset Gentoo-Bug: 587160 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 5 +++++ app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild index 0762195d8b4..9277d4dffee 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild @@ -26,6 +26,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" +src_prepare() { + default + gnome2_environment_reset +} + src_configure() { econf \ $(use_enable nls) \ diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild index b05ffea695f..2f76f7939d7 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild @@ -26,6 +26,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" +src_prepare() { + default + gnome2_environment_reset +} + src_configure() { econf \ $(use_enable nls) \