diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-02-10 23:37:24 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-02-10 23:37:24 +0000 |
commit | a118f36ef4cd37686daf554ef4959b7163c37ea2 (patch) | |
tree | 9c8d706be75d3ac2362929b46f889fc0c31581aa /app-i18n/fcitx | |
parent | don't forget to give credits (diff) | |
download | gentoo-2-a118f36ef4cd37686daf554ef4959b7163c37ea2.tar.gz gentoo-2-a118f36ef4cd37686daf554ef4959b7163c37ea2.tar.bz2 gentoo-2-a118f36ef4cd37686daf554ef4959b7163c37ea2.zip |
Covert icu to subslot dependency. #455900
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.5.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.7.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index 7684a007499b..20aabe796954 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.55 2013/01/31 09:02:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.56 2013/02/10 23:37:24 naota Exp $ + + 10 Feb 2013; Naohiro Aota <naota@gentoo.org> fcitx-4.2.5.ebuild, + fcitx-4.2.6.1.ebuild, fcitx-4.2.7.ebuild: + Covert icu to subslot dependency. #455900 31 Jan 2013; Ben de Groot <yngwin@gentoo.org> fcitx-4.2.7.ebuild: Normalize homepage diff --git a/app-i18n/fcitx/fcitx-4.2.5.ebuild b/app-i18n/fcitx/fcitx-4.2.5.ebuild index 9399fb080b7f..9a9bfa1d5b0c 100644 --- a/app-i18n/fcitx/fcitx-4.2.5.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.5.ebuild,v 1.1 2012/07/19 07:43:11 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.5.ebuild,v 1.2 2013/02/10 23:37:24 naota Exp $ EAPI=4 diff --git a/app-i18n/fcitx/fcitx-4.2.6.1.ebuild b/app-i18n/fcitx/fcitx-4.2.6.1.ebuild index dfd8920cd16a..08a3690808a5 100644 --- a/app-i18n/fcitx/fcitx-4.2.6.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild,v 1.2 2012/10/29 08:48:14 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild,v 1.3 2013/02/10 23:37:24 naota Exp $ EAPI=4 diff --git a/app-i18n/fcitx/fcitx-4.2.7.ebuild b/app-i18n/fcitx/fcitx-4.2.7.ebuild index 0b0c41427fe0..564a5213bdbc 100644 --- a/app-i18n/fcitx/fcitx-4.2.7.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild,v 1.2 2013/01/31 09:02:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.7.ebuild,v 1.3 2013/02/10 23:37:24 naota Exp $ EAPI=5 @@ -38,7 +38,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/dbus-glib ) - icu? ( dev-libs/icu ) + icu? ( dev-libs/icu:= ) introspection? ( dev-libs/gobject-introspection ) lua? ( dev-lang/lua ) opencc? ( app-i18n/opencc ) |