summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-04-27 17:59:24 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-04-27 17:59:24 +0000
commit7f8f20c974942712cc90094b5be083227f453f0b (patch)
tree9c5d7a413fc4a1d7a01f068f553362d89e2afcae /app-i18n/scim
parentFix building with GCC 4.5 wrt #317509 by Philipp. (diff)
downloadgentoo-2-7f8f20c974942712cc90094b5be083227f453f0b.tar.gz
gentoo-2-7f8f20c974942712cc90094b5be083227f453f0b.tar.bz2
gentoo-2-7f8f20c974942712cc90094b5be083227f453f0b.zip
Fixed gtk.immodule path issue, bug #317445.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/scim')
-rw-r--r--app-i18n/scim/ChangeLog5
-rw-r--r--app-i18n/scim/scim-1.4.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog
index c86ff6412577..73508efe2c86 100644
--- a/app-i18n/scim/ChangeLog
+++ b/app-i18n/scim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/scim
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.137 2010/03/23 20:33:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.138 2010/04/27 17:59:24 matsuu Exp $
+
+ 27 Apr 2010; MATSUU Takuto <matsuu@gentoo.org> scim-1.4.9-r1.ebuild:
+ Fixed gtk.immodule path issue, bug #317445.
23 Mar 2010; Brent Baude <ranger@gentoo.org> scim-1.4.9-r1.ebuild:
stable ppc, bug 306035
diff --git a/app-i18n/scim/scim-1.4.9-r1.ebuild b/app-i18n/scim/scim-1.4.9-r1.ebuild
index 5f527354819c..3bf08ff49304 100644
--- a/app-i18n/scim/scim-1.4.9-r1.ebuild
+++ b/app-i18n/scim/scim-1.4.9-r1.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/scim/scim-1.4.9-r1.ebuild,v 1.5 2010/03/23 20:33:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.9-r1.ebuild,v 1.6 2010/04/27 17:59:24 matsuu Exp $
EAPI="2"
inherit autotools eutils flag-o-matic multilib
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.33
sys-devel/libtool"
-get_gtk_confdir() {
+pkg_setup() {
# An arch specific config directory is used on multilib systems
has_multilib_profile && GTK2_CONFDIR="/etc/gtk-2.0/${CHOST}"
GTK2_CONFDIR=${GTK2_CONFDIR:=/etc/gtk-2.0/}