diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 01:43:28 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 01:43:28 +0000 |
commit | 7c8aee2c23285db3d27cd1ba4c7705f1d6182527 (patch) | |
tree | a911aaad4c9ecccae051d33fcd74bc67c13b3d14 /eclass/x-modular.eclass | |
parent | base-system doesnt want this (diff) | |
download | gentoo-2-7c8aee2c23285db3d27cd1ba4c7705f1d6182527.tar.gz gentoo-2-7c8aee2c23285db3d27cd1ba4c7705f1d6182527.tar.bz2 gentoo-2-7c8aee2c23285db3d27cd1ba4c7705f1d6182527.zip |
Remove outdated comments about fonts.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 24ee940c01c9..c9ca2da7b6da 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,14 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.30 2005/12/10 21:49:07 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.31 2005/12/12 01:43:28 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # # This eclass is designed to reduce code duplication in the modularized X11 # ebuilds. -# -# If the ebuild installs fonts, set FONT="yes" at the top and set FONT_DIRS to -# the subdirectories within /usr/share/fonts to which it installs fonts. EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |