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-8300.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-8300.ebuild')
-rw-r--r--app-i18n/anthy/anthy-8300.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/anthy/anthy-8300.ebuild b/app-i18n/anthy/anthy-8300.ebuild
index 52fac722ca65..867d28a75a35 100644
--- a/app-i18n/anthy/anthy-8300.ebuild
+++ b/app-i18n/anthy/anthy-8300.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/anthy/anthy-8300.ebuild,v 1.4 2007/04/15 19:48:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8300.ebuild,v 1.5 2007/06/24 15:50:07 matsuu Exp $
inherit elisp-common eutils
@@ -66,6 +66,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}