summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-02 20:14:12 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-02 20:14:12 +0000
commit2a201e302b658f6f875dd1be4c5bcb2b1b89e3cd (patch)
tree37a07e34b37db0aa6d696b8724637df315641096 /app-editors
parentVersion bump, hopefully fixing all those messy bugs with ipw3945. (diff)
downloadgentoo-2-2a201e302b658f6f875dd1be4c5bcb2b1b89e3cd.tar.gz
gentoo-2-2a201e302b658f6f875dd1be4c5bcb2b1b89e3cd.tar.bz2
gentoo-2-2a201e302b658f6f875dd1be4c5bcb2b1b89e3cd.zip
hopefully fix man page symlinks again, part II
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/ChangeLog5
-rw-r--r--app-editors/emacs/emacs-21.4-r6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index 5dcca1818e49..179e97a5f8dc 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.114 2007/02/02 15:35:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.115 2007/02/02 20:14:12 opfer Exp $
+
+ 02 Feb 2007; Christian Faulhammer <opfer@gentoo.org> emacs-21.4-r6.ebuild:
+ hopefully fix man page symlinks again, part II
02 Feb 2007; Christian Faulhammer <opfer@gentoo.org> emacs-21.4-r6.ebuild:
hopefully fix man page symlinks again
diff --git a/app-editors/emacs/emacs-21.4-r6.ebuild b/app-editors/emacs/emacs-21.4-r6.ebuild
index 97111c905533..4491936c1a16 100644
--- a/app-editors/emacs/emacs-21.4-r6.ebuild
+++ b/app-editors/emacs/emacs-21.4-r6.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-editors/emacs/emacs-21.4-r6.ebuild,v 1.2 2007/02/02 15:35:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r6.ebuild,v 1.3 2007/02/02 20:14:12 opfer Exp $
inherit flag-o-matic eutils alternatives toolchain-funcs
@@ -168,7 +168,7 @@ update-alternatives() {
for j in emacs emacsclient etags ctags
do
- alternatives_auto_makesym "/usr/share/man/man1/$j.1" "/usr/share/man/man1/$j.emacs-${SLOT}*"
+ alternatives_auto_makesym "/usr/share/man/man1/$j.1.gz" "/usr/share/man/man1/$j.emacs-${SLOT}*"
done
}