From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1045301-garchives=archives.gentoo.org@lists.gentoo.org>
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 AB686138334
	for <garchives@archives.gentoo.org>; Tue,  4 Sep 2018 12:49:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C0121E0878;
	Tue,  4 Sep 2018 12:49:55 +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 9A5E0E0878
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 12:49:55 +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 0707C335C7D
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 12:49:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 27AB13B8
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 12:49:52 +0000 (UTC)
From: "Akinori Hattori" <hattya@gentoo.org>
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" <hattya@gentoo.org>
Message-ID: <1536065370.aa21d53ba535b3c4075d04209d2f63c328f73b51.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-sunpinyin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild
X-VCS-Directories: app-i18n/ibus-sunpinyin/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: aa21d53ba535b3c4075d04209d2f63c328f73b51
X-VCS-Branch: master
Date: Tue,  4 Sep 2018 12:49:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0f6a9680-da90-41ad-a274-baa226e7ce1f
X-Archives-Hash: fb8ff2f38b1badc623e5624fd0256018

commit:     aa21d53ba535b3c4075d04209d2f63c328f73b51
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 12:49:30 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 12:49:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa21d53b

app-i18n/ibus-sunpinyin: update DESCRIPTION

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild
index 5bbaed2f6f6..70ddc8a973c 100644
--- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild
+++ b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-3.0.0_rc1.ebuild
@@ -9,7 +9,7 @@ inherit l10n python-single-r1 scons-utils toolchain-funcs vcs-snapshot
 
 MY_P="${P#*-}"
 
-DESCRIPTION="SunPinyin engine for IBus"
+DESCRIPTION="Chinese SunPinyin engine for IBus"
 HOMEPAGE="https://github.com/sunpinyin/sunpinyin"
 SRC_URI="https://github.com/${PN#*-}/${PN#*-}/archive/v${PV/_rc/-rc}.tar.gz -> ${MY_P}.tar.gz"