summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-12 07:19:12 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-12 07:19:12 +0000
commitc732b7f75edcbcac91a305883cec06b47bf2a0f4 (patch)
tree86b7315ab3c659b0732ea04327b86c50b56cb267 /app-admin/emacs-updater/emacs-updater-9999.ebuild
parentMention Emacs in the postinst/postrm message. (diff)
downloademacs-c732b7f75edcbcac91a305883cec06b47bf2a0f4.tar.gz
emacs-c732b7f75edcbcac91a305883cec06b47bf2a0f4.tar.bz2
emacs-c732b7f75edcbcac91a305883cec06b47bf2a0f4.zip
Install man page. Update dependencies.
svn path=/emacs-overlay/; revision=1380
Diffstat (limited to 'app-admin/emacs-updater/emacs-updater-9999.ebuild')
-rw-r--r--app-admin/emacs-updater/emacs-updater-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index a92c3c4..d7f8579 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,12 +16,12 @@ IUSE=""
DEPEND=""
RDEPEND="!<=app-admin/eselect-emacs-1.5
- !=app-admin/eselect-emacs-9999
- app-portage/portage-utils
+ >=app-portage/portage-utils-0.1.28
virtual/emacs"
S="${WORKDIR}/${PN}"
src_install() {
dosbin emacs-updater || die "dosbin failed"
+ doman emacs-updater.8 || die "doman failed"
}