summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:52:54 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-06-24 15:52:54 +0000
commit38b5ef45aba45e798a0c9a427ed8013d6a7be325 (patch)
treef61b5c80886584c5298a3774617c8b52721441b9 /app-i18n/anthy-ss
parentFixed to use the right condition for calling elisp-site-regen, bug #182639. (diff)
downloadgentoo-2-38b5ef45aba45e798a0c9a427ed8013d6a7be325.tar.gz
gentoo-2-38b5ef45aba45e798a0c9a427ed8013d6a7be325.tar.bz2
gentoo-2-38b5ef45aba45e798a0c9a427ed8013d6a7be325.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-ss')
-rw-r--r--app-i18n/anthy-ss/ChangeLog5
-rw-r--r--app-i18n/anthy-ss/anthy-ss-9002.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/anthy-ss/ChangeLog b/app-i18n/anthy-ss/ChangeLog
index 0d171b56a4a4..c14a2bf5e8da 100644
--- a/app-i18n/anthy-ss/ChangeLog
+++ b/app-i18n/anthy-ss/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/anthy-ss
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.99 2007/06/04 09:40:56 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/ChangeLog,v 1.100 2007/06/24 15:52:54 matsuu Exp $
+
+ 24 Jun 2007; MATSUU Takuto <matsuu@gentoo.org> anthy-ss-9002.ebuild:
+ Fixed to use the right condition for calling elisp-site-regen, bug #182639.
*anthy-ss-9002 (04 Jun 2007)
diff --git a/app-i18n/anthy-ss/anthy-ss-9002.ebuild b/app-i18n/anthy-ss/anthy-ss-9002.ebuild
index 656a9330b935..0cdb8633695e 100644
--- a/app-i18n/anthy-ss/anthy-ss-9002.ebuild
+++ b/app-i18n/anthy-ss/anthy-ss-9002.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-ss/anthy-ss-9002.ebuild,v 1.1 2007/06/04 09:40:56 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy-ss/anthy-ss-9002.ebuild,v 1.2 2007/06/24 15:52:54 matsuu Exp $
inherit autotools elisp-common eutils
@@ -71,6 +71,6 @@ pkg_postinst() {
pkg_postrm() {
- has_version virtual/emacs && elisp-site-regen
+ use emacs && elisp-site-regen
}