summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2012-02-20 02:23:28 +0000
committerMu Qiao <qiaomuf@gentoo.org>2012-02-20 02:23:28 +0000
commit7f05084146cb7ea8f00720c143b9379534dfd299 (patch)
tree2789e2588f2b80d2e60877634dc4a0030f32d752 /app-i18n
parentDrop no-herd. (diff)
downloadgentoo-2-7f05084146cb7ea8f00720c143b9379534dfd299.tar.gz
gentoo-2-7f05084146cb7ea8f00720c143b9379534dfd299.tar.bz2
gentoo-2-7f05084146cb7ea8f00720c143b9379534dfd299.zip
Fix gtk+ dependency (Bug #402017)
Thanks to wyqing for his help. (Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx/ChangeLog9
-rw-r--r--app-i18n/fcitx/fcitx-4.1.2.ebuild8
2 files changed, 11 insertions, 6 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog
index e1174520a652..ad6ba55e775f 100644
--- a/app-i18n/fcitx/ChangeLog
+++ b/app-i18n/fcitx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/fcitx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.35 2011/11/02 06:53:22 qiaomuf Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.36 2012/02/20 02:23:28 qiaomuf Exp $
+
+ 20 Feb 2012; Mu Qiao <qiaomuf@gentoo.org> fcitx-4.1.2.ebuild:
+ Fix gtk+ dependency (Bug #402017)
+
+ Thanks to wyqing for his help.
*fcitx-4.1.2 (02 Nov 2011)
diff --git a/app-i18n/fcitx/fcitx-4.1.2.ebuild b/app-i18n/fcitx/fcitx-4.1.2.ebuild
index fd623736ab73..c55d8f54e68b 100644
--- a/app-i18n/fcitx/fcitx-4.1.2.ebuild
+++ b/app-i18n/fcitx/fcitx-4.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.1.2.ebuild,v 1.1 2011/11/02 06:53:22 qiaomuf Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.1.2.ebuild,v 1.2 2012/02/20 02:23:28 qiaomuf Exp $
EAPI="3"
@@ -33,8 +33,8 @@ src_configure() {
$(cmake-utils_use_enable cairo)
$(cmake-utils_use_enable dbus)
$(cmake-utils_use_enable debug)
- $(cmake-utils_use_enable gtk gtk2_im_module)
- $(cmake-utils_use_enable gtk3 gtk3_im_module)
+ $(cmake-utils_use_enable gtk GTK2_IM_MODULE)
+ $(cmake-utils_use_enable gtk3 GTK3_IM_MODULE)
$(cmake-utils_use_enable opencc)
$(cmake-utils_use_enable pango)"
cmake-utils_src_configure