diff options
Diffstat (limited to 'app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild index a18e8cb919c2..0371fc417544 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild,v 1.2 2010/01/15 08:00:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild,v 1.3 2010/01/16 18:49:04 ulm Exp $ EAPI=2 @@ -284,6 +284,15 @@ pkg_postinst() { emacs-infodir-rebuild eselect emacs update ifunset + if use X; then + echo + elog "You need to install some fonts for Emacs." + elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's" + elog "machine would satisfy basic Emacs requirements under X11." + elog "See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml" + elog "for how to enable anti-aliased fonts." + fi + echo elog "You can set the version to be started by /usr/bin/emacs through" elog "the Emacs eselect module, which also redirects man and info pages." |