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 F1E34138335 for ; Sat, 4 Aug 2018 13:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D44DE0801; Sat, 4 Aug 2018 13:58:04 +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 03BDCE0801 for ; Sat, 4 Aug 2018 13:58:03 +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 8BBAF335CD8 for ; Sat, 4 Aug 2018 13:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E48394 for ; Sat, 4 Aug 2018 13:58:00 +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: <1533391051.c7ea9847cf0b52b6b83026da05154070e269262d.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.12.ebuild app-i18n/ibus/ibus-1.5.16.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c7ea9847cf0b52b6b83026da05154070e269262d X-VCS-Branch: master Date: Sat, 4 Aug 2018 13:58:00 +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: 81dc822c-f207-469e-b817-0b66e286acec X-Archives-Hash: 0e1f00852615fb2c9a3c72f4543085cc commit: c7ea9847cf0b52b6b83026da05154070e269262d Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 4 13:52:53 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 4 13:57:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ea9847 app-i18n/ibus: call xdg_environment_reset Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus/ibus-1.5.12.ebuild | 3 ++- app-i18n/ibus/ibus-1.5.16.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index 452f165b7d2..b3d6a397f2c 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -86,6 +86,7 @@ src_prepare() { default eautoreconf + xdg_environment_reset } src_configure() { diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild index 9a0c01d902d..b84815cfa14 100644 --- a/app-i18n/ibus/ibus-1.5.16.ebuild +++ b/app-i18n/ibus/ibus-1.5.16.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -97,6 +97,7 @@ src_prepare() { default eautoreconf + xdg_environment_reset } src_configure() {