diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 16:06:33 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 16:06:33 +0000 |
commit | 137bdc5d98095049efb5e09ec2ee78566d595786 (patch) | |
tree | c296553f5905d05fe438652f74162906719e3732 /app-i18n | |
parent | amd64 stable, bug #314899 (diff) | |
download | gentoo-2-137bdc5d98095049efb5e09ec2ee78566d595786.tar.gz gentoo-2-137bdc5d98095049efb5e09ec2ee78566d595786.tar.bz2 gentoo-2-137bdc5d98095049efb5e09ec2ee78566d595786.zip |
Fixed checking wrong use flag, bug #318373.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/sunpinyin/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/sunpinyin/ChangeLog b/app-i18n/sunpinyin/ChangeLog index 4f64f005213c..bd20aab18366 100644 --- a/app-i18n/sunpinyin/ChangeLog +++ b/app-i18n/sunpinyin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/sunpinyin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.1 2010/05/04 01:34:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.2 2010/05/04 16:06:33 matsuu Exp $ + + 04 May 2010; MATSUU Takuto <matsuu@gentoo.org> sunpinyin-2.0.1.ebuild: + Fixed checking wrong use flag, bug #318373. *sunpinyin-2.0.1 (04 May 2010) diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild index 34d5f4bb2acb..31fd243da7f4 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild,v 1.1 2010/05/04 01:34:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.1.ebuild,v 1.2 2010/05/04 16:06:33 matsuu Exp $ EAPI="2" PYTHON_DEPEND="ibus? 2:2.5" @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" pkg_setup() { - confutils_require_any uim xim + confutils_require_any ibus xim } src_prepare() { |