summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:50:07 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:50:07 +0000
commitc0530c8cecf8c39608aa91bafc12d08cda080208 (patch)
tree15d600f910ef1a06e88b6fcb404dd4c0b646b77d /app-i18n/anthy/anthy-7500b.ebuild
parentAdded RELEASE_NOTES to dodoc. (diff)
downloadgentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.tar.gz
gentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.tar.bz2
gentoo-2-c0530c8cecf8c39608aa91bafc12d08cda080208.zip
Fixed to use the right condition for calling elisp-site-regen, bug #182639.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-i18n/anthy/anthy-7500b.ebuild')
-rw-r--r--app-i18n/anthy/anthy-7500b.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/anthy/anthy-7500b.ebuild b/app-i18n/anthy/anthy-7500b.ebuild
index d6c24000316c..88bed1872813 100644
--- a/app-i18n/anthy/anthy-7500b.ebuild
+++ b/app-i18n/anthy/anthy-7500b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.9 2006/10/10 00:52:18 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7500b.ebuild,v 1.10 2007/06/24 15:50:07 matsuu Exp $
inherit elisp-common eutils autotools libtool
@@ -69,6 +69,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}