diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-14 06:11:56 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-07-14 06:11:56 +0000 |
commit | c7cfa949f5a119fbed36cf6755338169dc923c27 (patch) | |
tree | f42873f51dc67cf712040a3930d68906301445e7 /app-i18n | |
parent | Fix modem connection detecting problem related to wvstreams-4.3, thanks to Gr... (diff) | |
download | gentoo-2-c7cfa949f5a119fbed36cf6755338169dc923c27.tar.gz gentoo-2-c7cfa949f5a119fbed36cf6755338169dc923c27.tar.bz2 gentoo-2-c7cfa949f5a119fbed36cf6755338169dc923c27.zip |
Added revdep-rebuild message.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim/uim-1.4.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-i18n/uim/uim-1.4.1.ebuild b/app-i18n/uim/uim-1.4.1.ebuild index a7bb5fa50a62..2ec109154814 100644 --- a/app-i18n/uim/uim-1.4.1.ebuild +++ b/app-i18n/uim/uim-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.1.ebuild,v 1.5 2007/07/12 14:57:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.4.1.ebuild,v 1.6 2007/07/14 06:11:56 matsuu Exp $ inherit eutils qt3 multilib elisp-common flag-o-matic @@ -128,6 +128,8 @@ pkg_postinst() { elog "All input methods can be found by running uim-im-switcher-gtk" elog "or uim-im-switcher-qt." elog + elog "If you upgrade from a version of uim older than 1.4.0," + elog "you should run revdep-rebuild." use gtk && gtk-query-immodules-2.0 > "${ROOT}"/${GTK2_CONFDIR}/gtk.immodules use emacs && elisp-site-regen |