diff options
Diffstat (limited to 'app-i18n/anthy/anthy-8300.ebuild')
-rw-r--r-- | app-i18n/anthy/anthy-8300.ebuild | 4 |
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 } |